Update composer.json
This commit is contained in:
parent
049e5d3e72
commit
f015e60d15
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "adeattwood/yii-helpers",
|
"name": "adeattwood/yii-addon",
|
||||||
"description": "Helpers for the yii2 framework",
|
"description": "Add-on for the yii2 framework",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"time": "2017-06-24 16:25:17",
|
"time": "2017-06-24 16:25:17",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
|
@ -15,12 +15,12 @@
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"adeattwood\\helpers\\": "src"
|
"yiiaddon\\": "src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"adeattwood\\helpers\\tests\\": "tests"
|
"yiiaddon\\tests\\": "tests"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue