1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-05 16:04:23 +03:00
yii2-nested-sets/composer.json

23 lines
496 B
JSON
Raw Normal View History

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