We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3c8d commit ef39f3fCopy full SHA for ef39f3f
composer.json
@@ -27,14 +27,14 @@
27
"php": "^8.1"
28
},
29
"require-dev": {
30
+ "larastan/larastan": "^2.9",
31
"laravel-zero/framework": "^10.1.2",
32
"laravel/pint": "^1.10",
33
"mockery/mockery": "^1.6.7",
- "nunomaduro/larastan": "^2.0",
34
"nunomaduro/termwind": "^1.15.1",
35
- "swaggest/json-schema": "^0.12.41",
36
"pestphp/pest": "^2.9",
37
- "pestphp/pest-plugin-type-coverage": "^2.0"
+ "pestphp/pest-plugin-type-coverage": "^2.0",
+ "swaggest/json-schema": "^0.12.41"
38
39
"autoload": {
40
"psr-4": {
phpstan.neon
@@ -1,5 +1,5 @@
1
includes:
2
- - ./vendor/nunomaduro/larastan/extension.neon
+ - ./vendor/larastan/larastan/extension.neon
3
4
parameters:
5
0 commit comments