Skip to content

Commit 5821cdc

Browse files
authored
Merge pull request #579 from phparkitect/claude/test-composer-analyzer-BDpRw
Fix composer dependency issues
2 parents a70d40e + 87173ab commit 5821cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"ondram/ci-detector": "^4.2",
2929
"phpstan/phpdoc-parser": "^2.0",
3030
"symfony/console": "^5.4|^6.0|^7.0|^8.0",
31-
"symfony/event-dispatcher": "^5.4|^6.0|^7.0|^8.0",
3231
"symfony/finder": "^5.4|^6.0|^7.0|^8.0",
3332
"webmozart/assert": "^1.12|^2.0"
3433
},
@@ -39,6 +38,7 @@
3938
"phpspec/prophecy-phpunit": "^2.5",
4039
"phpunit/phpunit": "^9.6|^10.0|^11.0",
4140
"roave/security-advisories": "dev-master",
41+
"symfony/process": "^5.4|^6.0|^7.0|^8.0",
4242
"symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)