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

25 lines
526 B
JSON
Raw Normal View History

2013-05-10 16:08:27 +03:00
{
2014-12-22 00:38:29 +02:00
"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\\": ""
}
}
2013-05-10 16:08:27 +03:00
}