Skip to content

Commit df31dfd

Browse files
Merge pull request #132 from marcocesarato/copilot/update-symfony-console-version
Fix dev dependencies for PHP 7.4+ compatibility
2 parents 0e77eba + 27858af commit df31dfd

File tree

6 files changed

+288
-301
lines changed

6 files changed

+288
-301
lines changed

composer.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,24 @@
6666
"ext-mbstring": "*"
6767
},
6868
"require-dev": {
69-
"brainmaestro/composer-git-hooks": "^3.0",
69+
"brainmaestro/composer-git-hooks": "^2.8",
70+
"doctrine/instantiator": "^1.3",
7071
"friendsofphp/php-cs-fixer": "^3.88",
7172
"marcocesarato/php-conventional-changelog": "^1.17",
72-
"phpunit/phpunit": "^8.5|^9.5"
73+
"phpunit/phpunit": "^8.5|^9.5",
74+
"psr/log": "^1.1",
75+
"symfony/console": "^5.4",
76+
"symfony/deprecation-contracts": "^2.5",
77+
"symfony/event-dispatcher": "^5.4",
78+
"symfony/event-dispatcher-contracts": "^2.5",
79+
"symfony/filesystem": "^5.4",
80+
"symfony/finder": "^5.4",
81+
"symfony/options-resolver": "^5.4",
82+
"symfony/polyfill-php80": "^1.16",
83+
"symfony/process": "^5.4",
84+
"symfony/service-contracts": "^2.5",
85+
"symfony/stopwatch": "^5.4",
86+
"symfony/string": "^5.4"
7387
},
7488
"config": {
7589
"process-timeout": 0,

0 commit comments

Comments
 (0)