Skip to content

Commit

Permalink
Update composer.json to newer releases
Browse files Browse the repository at this point in the history
The constraint `^5.8 || ^6.0` will allow installation with any version 6 release of Laravel/illuminate.
  • Loading branch information
Firer authored Jan 2, 2020
1 parent 331e273 commit 4c9e20c
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 @@ -29,8 +29,8 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"illuminate/support": "5.8|6.0|6.1|6.2|6.3|6.4",
"illuminate/view": "5.8|6.0|6.1|6.2|6.3|6.4"
"illuminate/support": "^5.8 || ^6.0",
"illuminate/view": "^5.8 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
Expand Down

0 comments on commit 4c9e20c

Please sign in to comment.