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
2014-12-22 01:38:29 +03:00

25 lines
526 B
JSON

{
"name": "creocoder/yii2-nested-set-behavior",
"description": "The nested set model behavior for the Yii framework",
"keywords": [
"yii2",
"nested set"
],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Kochetov",
"email": "creocoder@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"creocoder\\nestedset\\": ""
}
}
}