Skip to content

Commit a81c6d9

Browse files
committed
[TypeInfo] Remove useless dependency
1 parent 4b55acb commit a81c6d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Symfony/Component/TypeInfo/composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
"psr/container": "^1.1|^2.0"
3030
},
3131
"require-dev": {
32-
"phpstan/phpdoc-parser": "^1.0|^2.0",
33-
"symfony/dependency-injection": "^6.4|^7.0"
34-
},
35-
"conflict": {
36-
"phpstan/phpdoc-parser": "<1.0",
37-
"symfony/dependency-injection": "<6.4"
32+
"phpstan/phpdoc-parser": "^1.0|^2.0"
3833
},
3934
"autoload": {
4035
"psr-4": { "Symfony\\Component\\TypeInfo\\": "" },

0 commit comments

Comments
 (0)