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

26 lines
680 B
JSON
Raw Normal View History

2013-05-10 16:08:27 +03:00
{
"name": "creocoder/nested-set-behavior-2",
"description": "AR models behavior that allows to work with nested sets tree.",
2013-05-10 16:09:39 +03:00
"keywords": ["yii", "extension", "nested set"],
2013-05-10 16:08:53 +03:00
"homepage": "https://github.com/creocoder/nested-set-behavior-2",
2013-05-10 16:08:27 +03:00
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Kochetov",
"email": "creocoder@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": "master"
2013-11-27 14:13:54 +02:00
},
"autoload": {
"classmap": [
"NestedSet.php",
"NestedSetQuery.php"
]
2013-05-10 16:08:27 +03:00
}
}