Skip to content

Commit

Permalink
Merge pull request #3 from Firer/update-version-support
Browse files Browse the repository at this point in the history
Update composer.json to newer releases
  • Loading branch information
PrinsFrank authored Jan 8, 2020
2 parents 331e273 + 4c9e20c commit 3e6c1f7
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 3e6c1f7

Please sign in to comment.