1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-04-29 15:39:22 +03:00
yii2-nested-sets/composer.json

39 lines
839 B
JSON
Raw Normal View History

2013-05-10 16:08:27 +03:00
{
"name": "oreolek/yii2-nested-sets",
"description": "The nested sets behavior for the Yii framework",
2014-12-22 00:38:29 +02:00
"keywords": [
"yii2",
"nested sets"
2014-12-22 00:38:29 +02:00
],
"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"
2016-02-15 08:38:27 +02:00
},
{
2016-02-15 10:12:45 +02:00
"name": "John Maslanik"
2014-12-22 00:38:29 +02:00
}
],
"require": {
"yiisoft/yii2": "~2.0.0"
2014-12-22 00:38:29 +02:00
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/dbunit": "~1.0"
},
2014-12-22 00:38:29 +02:00
"autoload": {
"psr-4": {
2016-02-15 09:19:44 +02:00
"oreolek\\nestedsets\\": "src"
2014-12-22 00:38:29 +02:00
}
}
2013-05-10 16:08:27 +03:00
}