1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-05-16 15:58:17 +03:00
yii2-nested-sets/composer.json
Alexander Kochetov 029f453617 composer.json fix
2013-05-10 17:09:39 +04:00

20 lines
561 B
JSON

{
"name": "creocoder/nested-set-behavior-2",
"description": "AR models behavior that allows to work with nested sets tree.",
"keywords": ["yii", "extension", "nested set"],
"homepage": "https://github.com/creocoder/nested-set-behavior-2",
"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"
}
}