We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4387f8b commit a1c5e87Copy full SHA for a1c5e87
composer.json
@@ -34,15 +34,15 @@
34
"php": "^8.1",
35
"illuminate/contracts": "^10.0|^11.0|^12.0",
36
"laravel/prompts": "^0.1.1|^0.2|^0.3",
37
- "nativephp/laravel": "*",
+ "nativephp/laravel": "dev-main",
38
"nativephp/php-bin": "^0.5.1",
39
"spatie/laravel-package-tools": "^1.16.4",
40
"symfony/filesystem": "^6.4|^7.2"
41
},
42
"require-dev": {
43
"laravel/pint": "^1.0",
44
- "nunomaduro/collision": "^7.9",
45
- "nunomaduro/larastan": "^2.0.1",
+ "nunomaduro/collision": "^7.9|^8.1.1",
+ "larastan/larastan": "^2.0.1|^3.0",
46
"orchestra/testbench": "^8.18|^9.0|^10.0",
47
"pestphp/pest": "^2.7|^3.7",
48
"pestphp/pest-plugin-arch": "^2.0|^3.0",
0 commit comments