Skip to content

Commit

Permalink
Laravel 7 support (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre authored Mar 5, 2020
1 parent 32c3b28 commit 3506baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*|5.*|^6.0"
"illuminate/support": "4.2.*|5.*|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
Expand Down

0 comments on commit 3506baa

Please sign in to comment.