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
526 B
JSON
Raw Normal View History

2013-05-10 16:08:27 +03:00
{
2014-01-10 00:18:06 +02:00
"name": "creocoder/yii2-nested-set-behavior",
2013-12-30 13:53:38 +02:00
"description": "Active record model behavior that allows to work with nested set tree",
2014-01-15 09:14:26 +02:00
"keywords": ["yii", "extension", "behavior", "nested set"],
2014-01-10 00:18:06 +02:00
"homepage": "https://github.com/creocoder/yii2-nested-set-behavior",
2013-12-30 13:53:38 +02:00
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Kochetov",
"email": "creocoder@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
2014-01-10 00:18:06 +02:00
"psr-4": {
2013-12-30 13:53:38 +02:00
"creocoder\\behaviors\\": ""
}
}
2013-05-10 16:08:27 +03:00
}