forked from yiiext/activerecord-relation-behavior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
25 lines (25 loc) · 894 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
{
"name": "yiiext/activerecord-relation-behavior",
"description": "Inspired by and put together the awesomeness of many yii extensions that aim to improve saving of related records. Comes with 100% test coverage and well structured and clean code so it can savely be used in enterprise production enviroment.",
"keywords": ["yii", "extension", "active-record"],
"homepage": "https://github.com/yiiext/activerecord-relation-behavior",
"type": "yii-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Carsten Brandt",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.1.0",
"yiisoft/yii": ">=1.1.6"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpunit/php-invoker": "*"
},
"autoload": {
"classmap": ["EActiveRecordRelationBehavior.php"]
}
}