gitlab-com-adeattwood-yii2-.../composer.json
Ade Attwood ec3e74ffb3 phpcs
2017-06-24 12:36:23 +01:00

34 lines
No EOL
833 B
JSON

{
"name": "adeattwood/yii-helpers",
"description": "Helpers for the yii2 framework",
"version": "1",
"time": "2017-06-24 11:25:22",
"type": "library",
"authors": [
{
"name": "Ade Attwood",
"email": "attwood16@googlemail.com",
"homepage": "http:/adeattwood.co.uk",
"role": "Developer"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"adeattwood\\helpers\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"adeattwood\\helpers\\tests\\": "tests"
}
},
"require": {
"yiisoft/yii2": "^2.0"
},
"require-dev": {
"codeception/specify": "^0.4.6",
"codeception/verify": "^0.3.3",
"codeception/codeception": "^2.3"
}
}