1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-01 05:55:00 +03:00
yii2-nested-sets/composer.json
2013-11-27 14:13:54 +02:00

26 lines
680 B
JSON

{
"name": "creocoder/nested-set-behavior-2",
"description": "AR models behavior that allows to work with nested sets tree.",
"keywords": ["yii", "extension", "nested set"],
"homepage": "https://github.com/creocoder/nested-set-behavior-2",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Kochetov",
"email": "creocoder@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": "master"
},
"autoload": {
"classmap": [
"NestedSet.php",
"NestedSetQuery.php"
]
}
}