Skip to content

Commit edebb0d

Browse files
authored
Merge pull request #57 from intellow/master
Support for Laravel 7
2 parents 3043977 + b969e26 commit edebb0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/container": "^5.7|^5.8|^6.0",
21-
"illuminate/database": "^5.7|^5.8|^6.0",
22-
"illuminate/log": "^5.7|^5.8|^6.0",
23-
"illuminate/routing": "^5.7|^5.8|^6.0",
24-
"illuminate/support": "^5.7|^5.8|^6.0",
20+
"illuminate/container": "^5.7|^5.8|^6.0|^7.0",
21+
"illuminate/database": "^5.7|^5.8|^6.0|^7.0",
22+
"illuminate/log": "^5.7|^5.8|^6.0|^7.0",
23+
"illuminate/routing": "^5.7|^5.8|^6.0|^7.0",
24+
"illuminate/support": "^5.7|^5.8|^6.0|^7.0",
2525
"willdurand/email-reply-parser": "^2.8",
2626
"zbateson/mail-mime-parser": "^1.1"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.2",
30-
"orchestra/testbench": "^3.7|^3.8|^4.0",
30+
"orchestra/testbench": "^3.7|^3.8|^4.0|^5.0",
3131
"phpunit/phpunit": "^7.0|^8.0",
3232
"zendframework/zend-mail": "^2.10"
3333
},

0 commit comments

Comments
 (0)