Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
doominating committed May 6, 2018
1 parent eb8b6de commit c72d362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
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 c72d362

Please sign in to comment.