Skip to content

Commit 83129e3

Browse files
committed
Bump dependencies for Laravel 12
1 parent c3827a1 commit 83129e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22-
"illuminate/log": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23-
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
21+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/log": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2525
"willdurand/email-reply-parser": "^2.8",
26-
"zbateson/mail-mime-parser": "^1.1|^2.4"
26+
"zbateson/mail-mime-parser": "^1.1|^2.4|^3.0"
2727
},
2828
"require-dev": {
2929
"laminas/laminas-mail": "^2.13",
3030
"mockery/mockery": "^1.2",
31-
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0",
32-
"phpunit/phpunit": "^7.0|^8.0|^9.3|^10.5"
31+
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0|^10.0",
32+
"phpunit/phpunit": "^7.0|^8.0|^9.3|^10.5|^11.5.3"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)