|
22 | 22 | } |
23 | 23 | ], |
24 | 24 | "require": { |
25 | | - "php": "^8.2", |
26 | | - "laravel/framework": "^11.0", |
| 25 | + "php": ">=8.2", |
| 26 | + "laravel/framework": "^11.0|^12.0", |
27 | 27 | "filament/spatie-laravel-translatable-plugin": "^3.2", |
28 | 28 | "guava/filament-icon-picker": "^2.0", |
29 | 29 | "pboivin/filament-peek": "^2.0", |
30 | | - "riodwanto/filament-ace-editor": "^1.0", |
31 | 30 | "solution-forest/filament-field-group": "^1.0.10", |
32 | 31 | "solution-forest/filament-tree": "^2.1.0", |
33 | 32 | "solution-forest/inspirecms-support": "self.version", |
|
37 | 36 | "require-dev": { |
38 | 37 | "laravel/pint": "^1.0", |
39 | 38 | "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", |
44 | 43 | "spatie/laravel-ray": "^1.26" |
45 | 44 | }, |
46 | 45 | "autoload": { |
|
0 commit comments