Skip to content

Commit 8995821

Browse files
committed
Ping symfony/process to ^5.4
1 parent 414097a commit 8995821

File tree

2 files changed

+133
-127
lines changed

2 files changed

+133
-127
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@
3232
"react/promise": "^2.8",
3333
"react/socket": "^1.3",
3434
"react/stream": "^1.1",
35-
"symfony/console": "^5.4.1",
36-
"symfony/finder": "^5.4.0",
35+
"symfony/console": "^5.4.3",
36+
"symfony/finder": "^5.4.3",
3737
"symfony/polyfill-intl-grapheme": "^1.23",
3838
"symfony/polyfill-intl-normalizer": "^1.23",
3939
"symfony/polyfill-mbstring": "^1.23",
4040
"symfony/polyfill-php72": "^1.23",
4141
"symfony/polyfill-php73": "^1.23",
4242
"symfony/polyfill-php74": "^1.23",
4343
"symfony/polyfill-php80": "^1.23",
44+
"symfony/process": "^5.4.3",
4445
"symfony/service-contracts": "^2.5.0"
4546
},
4647
"replace": {

0 commit comments

Comments
 (0)