34 lines
No EOL
833 B
JSON
34 lines
No EOL
833 B
JSON
{
|
|
"name": "adeattwood/yii-helpers",
|
|
"description": "Helpers for the yii2 framework",
|
|
"version": "1.0.1",
|
|
"time": "2017-06-24 16:25:17",
|
|
"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"
|
|
}
|
|
} |