Skip to content

Commit

Permalink
Merge pull request #409 from cmizzi/master
Browse files Browse the repository at this point in the history
Use stable laravel 5.5 version
  • Loading branch information
Matt Lantz authored Aug 31, 2017
2 parents 97fa90b + 06d4296 commit e3d9fe1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/http": "5.5.x-dev",
"illuminate/routing": "5.5.x-dev",
"illuminate/session": "5.5.x-dev",
"illuminate/support": "5.5.x-dev",
"illuminate/view": "5.5.x-dev"
"illuminate/http": "5.5.*",
"illuminate/routing": "5.5.*",
"illuminate/session": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/view": "5.5.*"
},
"require-dev": {
"illuminate/database": "5.5.x-dev",
"illuminate/database": "5.5.*",
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~5.4"
},
Expand Down

0 comments on commit e3d9fe1

Please sign in to comment.