Skip to content

Commit

Permalink
added laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
abixalmon committed May 26, 2020
1 parent 0fa5546 commit d39a36c
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 @@ -14,10 +14,10 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "*.*"
"illuminate/support": "5.*|6.*|7.*"
},
"require-dev": {
"phpunit/phpunit": "*.*"
"phpunit/phpunit": "7.*|8.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d39a36c

Please sign in to comment.