Skip to content

Commit 10d3310

Browse files
Support Laravel 12
1 parent bcaa76f commit 10d3310

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
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0",
14-
"illuminate/support": "^9.0|^10.0|^11.0"
13+
"php": "^8.2",
14+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
1515
},
1616
"require-dev": {
1717
"laravel/pint": "^1.20",
18-
"orchestra/testbench": "^8.31",
19-
"pestphp/pest": "^2.36",
20-
"pestphp/pest-plugin-laravel": "^2.4"
18+
"orchestra/testbench": "^8.31|^9.0|^10.0",
19+
"pestphp/pest": "^2.36|^3.0",
20+
"pestphp/pest-plugin-laravel": "^2.4|^3.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)