Skip to content

Commit 7ffa968

Browse files
committed
Bump dependencies for laravel 12
1 parent 2307d41 commit 7ffa968

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,16 +17,16 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.1|^8.2|^8.3",
21-
"illuminate/support": "^10.0|^11.0",
22-
"illuminate/contracts": "^10.0|^11.0"
20+
"php": "^8.1|^8.2|^8.3|^8.4",
21+
"illuminate/support": "^10.0|^11.0|^12.0",
22+
"illuminate/contracts": "^10.0|^11.0|^12.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.7",
2626
"mockery/mockery": "^1.6",
27-
"orchestra/testbench": "^9.0",
28-
"pestphp/pest": "^2.34",
29-
"pestphp/pest-plugin-laravel": "^2.4"
27+
"orchestra/testbench": "^9.0|^10.0",
28+
"pestphp/pest": "^3.0",
29+
"pestphp/pest-plugin-laravel": "^3.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)