Skip to content

Commit 3ee8284

Browse files
authored
Update for v12 support
1 parent 3ecfb1d commit 3ee8284

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
@@ -23,21 +23,21 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1|^8.2|^8.3",
26+
"php": "^8.1|^8.2|^8.3|^8.4",
2727
"blade-ui-kit/blade-heroicons": "^2.1",
28-
"illuminate/contracts": "^10.0|^11.0",
29-
"illuminate/support": "^10.0|^11.0",
28+
"illuminate/contracts": "^10.0|^11.0|^12.0",
29+
"illuminate/support": "^10.0|^11.0|^12.0",
3030
"livewire/livewire": "^3.0|dev-main"
3131
},
3232
"require-dev": {
3333
"ext-sqlite3": "*",
34-
"brianium/paratest": "^5.0|^6.0|^7.0|^8.0",
34+
"brianium/paratest": "^5.0|^6.0|^7.0|^8.0|^9.0",
3535
"laravel/pint": "^1.10",
3636
"monolog/monolog": "*",
37-
"nunomaduro/collision": "^6.0|^7.0|^8.0",
38-
"larastan/larastan": "^2.6",
39-
"orchestra/testbench": "^7.0|^8.0|^9.0",
40-
"phpunit/phpunit": "^9.0|^10.0|^11.0"
37+
"nunomaduro/collision": "^6.0|^7.0|^8.0|^9.0",
38+
"larastan/larastan": "^2.6|^3.0",
39+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
40+
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)