We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066e994 commit ad4bfd4Copy full SHA for ad4bfd4
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "^8.1",
+ "php": "^8.2|^8.3",
24
"coderflex/laravel-turnstile": "^1.0|^2.0",
25
"illuminate/contracts": "^10.0|^11.0|^12.0",
26
"spatie/laravel-package-tools": "^1.14.0"
@@ -29,9 +29,9 @@
29
"filament/filament": "^3.0",
30
"laravel/pint": "^1.0",
31
"nunomaduro/collision": "^7.9|^8.1",
32
- "larastan/larastan": "^2.0.1",
33
- "orchestra/testbench": "^8.0|^9.0",
34
- "pestphp/pest": "^2.0",
+ "larastan/larastan": "^2.8",
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "pestphp/pest": "^2.0|^3.0",
35
"pestphp/pest-plugin-arch": "^2.0",
36
"pestphp/pest-plugin-laravel": "^2.0",
37
"pestphp/pest-plugin-livewire": "^2.0",
0 commit comments