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.
2 parents db08ca3 + efab1fc commit 442b7d6Copy full SHA for 442b7d6
composer.json
@@ -16,16 +16,16 @@
16
}
17
],
18
"require": {
19
- "php": "^8.1",
+ "php": "^8.1 || ^8.2",
20
"filament/filament": "^3.0",
21
- "illuminate/contracts": "^10.0",
22
- "laravellegends/pt-br-validator": "^10.0",
+ "illuminate/contracts": "^10.0 || ^11.0",
+ "laravellegends/pt-br-validator": "^10.0 || ^11.0",
23
"spatie/laravel-package-tools": "^1.14.0"
24
},
25
"require-dev": {
26
"laravel/pint": "^1.0",
27
"nunomaduro/collision": "^7.9",
28
- "nunomaduro/larastan": "^2.0.1",
+ "larastan/larastan": "^2.9.2",
29
"orchestra/testbench": "^8.0",
30
"pestphp/pest": "^2.0",
31
"pestphp/pest-plugin-arch": "^2.0",
0 commit comments