Skip to content

Commit ef39f3f

Browse files
[ Deps ] Larastan (#71)
1 parent 97f3c8d commit ef39f3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"php": "^8.1"
2828
},
2929
"require-dev": {
30+
"larastan/larastan": "^2.9",
3031
"laravel-zero/framework": "^10.1.2",
3132
"laravel/pint": "^1.10",
3233
"mockery/mockery": "^1.6.7",
33-
"nunomaduro/larastan": "^2.0",
3434
"nunomaduro/termwind": "^1.15.1",
35-
"swaggest/json-schema": "^0.12.41",
3635
"pestphp/pest": "^2.9",
37-
"pestphp/pest-plugin-type-coverage": "^2.0"
36+
"pestphp/pest-plugin-type-coverage": "^2.0",
37+
"swaggest/json-schema": "^0.12.41"
3838
},
3939
"autoload": {
4040
"psr-4": {

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- ./vendor/nunomaduro/larastan/extension.neon
2+
- ./vendor/larastan/larastan/extension.neon
33

44
parameters:
55

0 commit comments

Comments
 (0)