Skip to content

Commit 17894ca

Browse files
authored
Add Laravel 7 support (#40)
1 parent ca958ad commit 17894ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": ">=7.2",
1616
"guzzlehttp/guzzle": "^6.2",
17-
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
18-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
17+
"illuminate/notifications": "~5.5 || ^6.0 || ^7.0",
18+
"illuminate/support": "~5.5 || ^6.0 || ^7.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.0",
2222
"phpunit/phpunit": "~8.0",
23-
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8",
23+
"orchestra/testbench": "^4.0 || ^5.0",
2424
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)