Skip to content

Commit

Permalink
Add Laravel 7 support (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapersoft authored Mar 7, 2020
1 parent ca958ad commit 17894ca
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 @@ -14,13 +14,13 @@
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
"illuminate/notifications": "~5.5 || ^6.0 || ^7.0",
"illuminate/support": "~5.5 || ^6.0 || ^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~8.0",
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8",
"orchestra/testbench": "^4.0 || ^5.0",
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
},
"autoload": {
Expand Down

0 comments on commit 17894ca

Please sign in to comment.