-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
42 lines (42 loc) · 997 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "yiister/yii2-mappable-ar",
"description": "It is an extension for Yii framework 2 that gives an ability to use identity map for any ActiveRecord model.",
"keywords": [
"yii2",
"utils",
"extension",
"backend",
"mappable",
"active-record",
"identity-map",
"AR"
],
"homepage": "https://github.com/yiister/yii2-mappable-ar",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Pavel Fedotov",
"email": "[email protected]",
"homepage": "https://github.com/fps01",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/yiister/yii2-mappable-ar/issues",
"source": "https://github.com/yiister/yii2-mappable-ar"
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.0"
},
"require-dev": {
"codeception/codeception": "^2.2",
"yiisoft/yii2-codeception": "^2.0"
},
"autoload": {
"psr-4": {
"yiister\\mappable\\": "src/"
}
}
}