Skip to content

Commit dc19bf8

Browse files
committed
update composer version
1 parent 8c3530e commit dc19bf8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.2",
26-
"laravel/framework": "^11.0",
25+
"php": ">=8.2",
26+
"laravel/framework": "^11.0|^12.0",
2727
"filament/spatie-laravel-translatable-plugin": "^3.2",
2828
"guava/filament-icon-picker": "^2.0",
2929
"pboivin/filament-peek": "^2.0",
30-
"riodwanto/filament-ace-editor": "^1.0",
3130
"solution-forest/filament-field-group": "^1.0.10",
3231
"solution-forest/filament-tree": "^2.1.0",
3332
"solution-forest/inspirecms-support": "self.version",
@@ -37,10 +36,10 @@
3736
"require-dev": {
3837
"laravel/pint": "^1.0",
3938
"nunomaduro/collision": "^8.0",
40-
"orchestra/testbench": "^9.0",
41-
"pestphp/pest": "^2.0",
42-
"pestphp/pest-plugin-arch": "^2.0",
43-
"pestphp/pest-plugin-laravel": "^2.0",
39+
"orchestra/testbench": "^9.0|^10.0",
40+
"pestphp/pest": "^2.0|^3.0",
41+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
42+
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
4443
"spatie/laravel-ray": "^1.26"
4544
},
4645
"autoload": {

0 commit comments

Comments
 (0)