Skip to content

Commit

Permalink
Laravel 7.x Support (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Mar 4, 2020
1 parent a5d0ad2 commit fe713c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
],
"require": {
"php": "^7.1.3",
"illuminate/config": "~5.6|^6.0",
"illuminate/container": "~5.6|^6.0",
"illuminate/support": "~5.6|^6.0",
"illuminate/config": "~5.6|^6.0|^7.0",
"illuminate/container": "~5.6|^6.0|^7.0",
"illuminate/support": "~5.6|^6.0|^7.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"psr/log": "^1.0"
},
Expand Down

0 comments on commit fe713c1

Please sign in to comment.