Skip to content

Commit

Permalink
Upgrading to Laravel 5.7 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
palypster authored Nov 7, 2018
1 parent 2baec01 commit b5ef31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
],
"require": {
"php" : "^7.0",
"illuminate/support": "5.5.*|5.6.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"spatie/laravel-medialibrary": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3|~7.0",
"orchestra/testbench": "^3.5|~3.6"
"orchestra/testbench": "^3.5|~3.6|~3.7"
},
"autoload": {
"classmap": [],
Expand Down

0 comments on commit b5ef31b

Please sign in to comment.