Skip to content

Commit f7f9f54

Browse files
committed
fix(laravel): phpstan/doc-parser is mandatory
1 parent d30d707 commit f7f9f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Laravel/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"illuminate/support": "^11.0",
3939
"illuminate/container": "^11.0",
4040
"symfony/web-link": "^6.3",
41-
"willdurand/negotiation": "^3.1"
41+
"willdurand/negotiation": "^3.1",
42+
"phpstan/phpdoc-parser": "^1.29"
4243
},
4344
"require-dev": {
4445
"doctrine/dbal": "^3.7",
4546
"larastan/larastan": "^2.0",
4647
"orchestra/testbench": "^9.12",
47-
"phpstan/phpdoc-parser": "^1.29",
4848
"phpunit/phpunit": "^10"
4949
},
5050
"autoload": {

0 commit comments

Comments
 (0)