Skip to content

Commit c40ea67

Browse files
committed
Upgrade composer packages for 8.4
1 parent 12dfdc8 commit c40ea67

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"version": "2002.1.19",
66
"license": "OSL-3.0",
77
"repositories": {
8+
"mcd": {
9+
"type": "vcs",
10+
"url": "https://github.com/magento-commerce/magento-cloud-docker.git"
11+
},
812
"repo.magento.com": {
913
"type": "composer",
1014
"url": "https://repo.magento.com/"
@@ -16,17 +20,17 @@
1620
"ext-json": "*",
1721
"ext-sockets": "*",
1822
"colinmollenhour/credis": "^1.6.0 || ^1.13",
19-
"composer/composer": "^1.9 || ^2.0 || !=2.2.16",
23+
"composer/composer": "^1.9 || ^2.8 || !=2.2.16",
2024
"composer/semver": "@stable",
2125
"graylog2/gelf-php": "^2.0.1",
2226
"guzzlehttp/guzzle": "^7.3 || ^7.5",
23-
"illuminate/config": "^5.5||^8.77",
27+
"illuminate/config": "^10.0 || ^11.0",
2428
"magento/magento-cloud-components": "^1.0.8",
25-
"magento/magento-cloud-docker": "^1.0.0",
29+
"magento/magento-cloud-docker": "dev-MCLOUD-13147 as 1.3.99",
2630
"magento/magento-cloud-patches": "^1.0.20",
2731
"magento/quality-patches": "^1.1.0",
2832
"monolog/monolog": "^2.3 || ^2.7 || ^3.6",
29-
"nesbot/carbon": "^1.0 || ^2.0",
33+
"nesbot/carbon": "^1.0 || ^2.0 || ^3.8",
3034
"psr/container": "^1.0",
3135
"psr/log": "^1.0 || ^2.0 || ^3.0",
3236
"symfony/config": "^4.4 || ^5.1 || ^5.4 || ^6.4",
@@ -45,9 +49,9 @@
4549
"consolidation/robo": "^3.0",
4650
"php-mock/php-mock-phpunit": "^2.0",
4751
"phpmd/phpmd": "@stable",
48-
"phpstan/phpstan": "~1.2.0",
49-
"phpunit/php-code-coverage": "^9.2",
50-
"phpunit/phpunit": "^9.5",
52+
"phpstan/phpstan": "1.2.0 || ^2.0",
53+
"phpunit/php-code-coverage": "^10.0",
54+
"phpunit/phpunit": "^10.0",
5155
"squizlabs/php_codesniffer": "^3.0",
5256
"funkjedi/composer-include-files": "^1.0"
5357
},

0 commit comments

Comments
 (0)