Skip to content

Commit

Permalink
Merge pull request #619 from jasonmccreary/patch-1
Browse files Browse the repository at this point in the history
Update constraints to match Laravel 6 releases
  • Loading branch information
mlantz committed Oct 2, 2019
2 parents 2f181ab + 5f419d4 commit bcc317d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"php": ">=7.2",
"illuminate/http": "6.0.*",
"illuminate/routing": "6.0.*",
"illuminate/session": "6.0.*",
"illuminate/support": "6.0.*",
"illuminate/view": "6.0.*"
"illuminate/http": "^6.0",
"illuminate/routing": "^6.0",
"illuminate/session": "^6.0",
"illuminate/support": "^6.0",
"illuminate/view": "^6.0"
},
"require-dev": {
"illuminate/database": "6.0.*",
"illuminate/database": "^6.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.1"
},
Expand Down

0 comments on commit bcc317d

Please sign in to comment.