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

36 lines
784 B
JSON

{
"name": "oreolek/yii2-nested-sets",
"description": "The nested sets behavior for the Yii framework",
"keywords": [
"yii2",
"nested sets"
],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Kochetov",
"email": "creocoder@gmail.com"
},
{
"name": "Mikhail Meschangin"
},
{
"name": "Alexander Yakovlev",
"email": "keloero@oreolek.ru"
}
],
"require": {
"yiisoft/yii2": "~2.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/dbunit": "~1.0"
},
"autoload": {
"psr-4": {
"creocoder\\nestedsets\\": "src"
}
}
}