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",
|
||||
"description": "Helpers for the yii2 framework",
|
||||
"name": "adeattwood/yii-addon",
|
||||
"description": "Add-on for the yii2 framework",
|
||||
"version": "1.0.1",
|
||||
"time": "2017-06-24 16:25:17",
|
||||
"type": "library",
|
||||
|
|
@ -15,12 +15,12 @@
|
|||
"minimum-stability": "stable",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"adeattwood\\helpers\\": "src"
|
||||
"yiiaddon\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"adeattwood\\helpers\\tests\\": "tests"
|
||||
"yiiaddon\\tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue