Skip to content

Commit 30cc378

Browse files
committed
Bump dependencies for Laravel 12
1 parent 876166d commit 30cc378

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
24-
"opcodesio/mail-parser": "^0.1.6"
23+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"opcodesio/mail-parser": "^0.1.6|^0.2"
2525
},
2626
"require-dev": {
2727
"guzzlehttp/guzzle": "^7.2",
2828
"itsgoingd/clockwork": "^5.1",
2929
"laravel/pint": "^1.0",
3030
"nunomaduro/collision": "^7.0|^8.0",
31-
"orchestra/testbench": "^7.6|^8.0|^9.0",
32-
"pestphp/pest": "^2.0",
33-
"pestphp/pest-plugin-laravel": "^2.0",
31+
"orchestra/testbench": "^7.6|^8.0|^9.0|^10.0",
32+
"pestphp/pest": "^2.0|^3.7",
33+
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
3434
"spatie/test-time": "^1.3"
3535
},
3636
"suggest": {

0 commit comments

Comments
 (0)