1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-05-17 00:08:16 +03:00

composer.json

This commit is contained in:
Alexander Kochetov 2013-05-10 17:08:27 +04:00
parent b75c977244
commit 6b20b867bc

19
composer.json Normal file
View file

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