Skip to content

Commit 4e67223

Browse files
authored
Merge pull request #469 from magento-gl/ACQE-9022
ACQE-9022: Component Upgrade
2 parents 5287f23 + 9ba080c commit 4e67223

File tree

6 files changed

+618
-417
lines changed

6 files changed

+618
-417
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
"guzzlehttp/guzzle": "^7.3.0",
2626
"laminas/laminas-diactoros": "^3.0",
2727
"monolog/monolog": "^2.3||^3.0",
28-
"mustache/mustache": "~2.5",
28+
"mustache/mustache": "~2.5||^3.0",
2929
"nikic/php-parser": "^4.4||^5.0",
30-
"php": ">=8.2",
30+
"php": "^8.2",
3131
"php-webdriver/webdriver": "^1.14.0",
3232
"spomky-labs/otphp": "^10.0||^11.0",
33-
"symfony/console": "^6.4",
34-
"symfony/dotenv": "^6.4",
35-
"symfony/finder": "^6.4",
36-
"symfony/mime": "^6.4",
37-
"symfony/process": "^6.4",
33+
"symfony/console": "^7.0",
34+
"symfony/dotenv": "^7.0",
35+
"symfony/finder": "^7.0",
36+
"symfony/mime": "^7.0",
37+
"symfony/process": "^7.0",
3838
"weew/helpers-array": "^1.3"
3939
},
4040
"require-dev": {
4141
"brainmaestro/composer-git-hooks": "^3.0",
4242
"php-coveralls/php-coveralls": "^1.0||^2.2",
4343
"phpmd/phpmd": "^2.8.0",
4444
"phpunit/phpunit": "^10.0",
45-
"squizlabs/php_codesniffer": "~3.10.1"
45+
"squizlabs/php_codesniffer": "~3.11.0"
4646
},
4747
"suggest": {
4848
"hoa/console": "Enables <pause /> action and interactive console functionality"

0 commit comments

Comments
 (0)