Skip to content

Commit 3f96076

Browse files
authored
Merge pull request #99 from colinmackinlay/patch-1
Update composer.json for Laravel 9
2 parents 154cfe7 + 0bfba96 commit 3f96076

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/container": "^6.0|^7.0|^8.0",
21-
"illuminate/database": "^6.0|^7.0|^8.0",
22-
"illuminate/log": "^6.0|^7.0|^8.0",
23-
"illuminate/routing": "^6.0|^7.0|^8.0",
24-
"illuminate/support": "^6.0|^7.0|^8.0",
20+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
21+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/log": "^6.0|^7.0|^8.0|^9.0",
23+
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2525
"willdurand/email-reply-parser": "^2.8",
2626
"zbateson/mail-mime-parser": "^1.1"
2727
},
2828
"require-dev": {
2929
"laminas/laminas-mail": "^2.13",
3030
"mockery/mockery": "^1.2",
31-
"orchestra/testbench": "^4.0|^5.0",
31+
"orchestra/testbench": "^4.0|^5.0|^7.0",
3232
"phpunit/phpunit": "^7.0|^8.0|^9.3"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)