Skip to content

Commit

Permalink
Update code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-omny committed May 15, 2017
1 parent 9db226b commit 19b932f
Show file tree
Hide file tree
Showing 26 changed files with 2,051 additions and 17 deletions.
14 changes: 0 additions & 14 deletions AutoloadExample.php

This file was deleted.

30 changes: 27 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,35 @@
}
],
"require": {
"yiisoft/yii2": "*"
"php": ">=5.4.0",

"yiisoft/yii2": ">=2.0.5",
"yiisoft/yii2-httpclient": "*",

"yiisoft/yii2-bootstrap": "*",
"kak/select2": "dev-master"
},
"autoload": {
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"autoload-dev": {
"psr-4": {
"omny\\yii2-city-comonent\\": ""
"omny\\yii2\\city\\component\\": "src/"
}
},
"extra": {
"bootstrap": "omny\\yii2\\city\\component\\Bootstrap"
},
"config": {
"process-timeout": 1800,
"fxp-asset":{
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
}
Loading

0 comments on commit 19b932f

Please sign in to comment.