composer.json
345 Bytes
{
"name": "artweb/artbox-comment",
"description": "Yii2 light-weight CMS",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"type": "yii2-extension",
"require": {
"php": ">=5.4",
"yiisoft/yii2": "*",
"artweb/artbox": "dev-master"
},
"autoload": {
"psr-4": {
"artweb\\artbox\\comment\\": ""
}
}
}