1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-03 06:55:00 +03:00
yii2-nested-sets/composer.json
2013-12-30 15:53:38 +04:00

23 lines
496 B
JSON

{
"name": "creocoder/yii2-nested-set",
"description": "Active record model behavior that allows to work with nested set tree",
"keywords": ["yii", "extension", "nested set"],
"homepage": "https://github.com/creocoder/yii2-nested-set",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Kochetov",
"email": "creocoder@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-0": {
"creocoder\\behaviors\\": ""
}
}
}