Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
bigrocs committed Sep 18, 2017
1 parent 37cb670 commit c17c1c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "~5.6|~7.0",
"corecmf/admin": "1.1.*",
"corecmf/admin": "1.3.*",
"yangyifan/upload": "^0.2.1"
},
"require-dev": {
Expand All @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.3.0-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/Api/ConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Container\Container;

use App\Http\Controllers\Controller;
use CoreCMF\Admin\Http\Models\Config as adminConfig;
use CoreCMF\Admin\App\Models\Config as adminConfig;
use CoreCMF\Storage\Http\Models\Config;
use CoreCMF\Storage\Http\Validator\ConfigRules;

Expand Down

0 comments on commit c17c1c3

Please sign in to comment.