Skip to content

Commit

Permalink
Merge pull request #3 from doominating/master
Browse files Browse the repository at this point in the history
Update composer.json laravel 5.6
  • Loading branch information
z-song authored May 7, 2018
2 parents eb8b6de + c72d362 commit 663ef07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
],
"require": {
"php": ">=7.0.0",
"laravel/framework": "5.5.*",
"encore/laravel-admin": "1.5.*"
"laravel/framework": "~5.5",
"encore/laravel-admin": "~1.5"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"laravel/laravel": "5.*"
"laravel/laravel": "~5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 663ef07

Please sign in to comment.