1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-01 05:55:00 +03:00

Update composer.json

This commit is contained in:
Alexander Kochetov 2014-01-09 14:18:06 -08:00
parent 7fba02a77f
commit bdd7ecb0b0

View file

@ -1,8 +1,8 @@
{
"name": "creocoder/yii2-nested-set",
"name": "creocoder/yii2-nested-set-behavior",
"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",
"homepage": "https://github.com/creocoder/yii2-nested-set-behavior",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
@ -15,7 +15,7 @@
"yiisoft/yii2": "*"
},
"autoload": {
"psr-0": {
"psr-4": {
"creocoder\\behaviors\\": ""
}
}