Skip to content

Commit 5177d65

Browse files
Merge pull request #134 from magento-commerce/MCLOUD-10847-refactoring-2
Mcloud 10847 refactoring 2
2 parents 414e464 + 8af90f1 commit 5177d65

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+27
-1940
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "^7.2 || ^8.0",
11+
"php": "^8.0",
1212
"ext-json": "*",
13-
"composer/composer": "^1.4 || ^2.0",
13+
"composer/composer": "^1.9 || ^2.0",
1414
"composer/semver": "@stable",
1515
"illuminate/config": "^5.5||^8.77",
1616
"symfony/config": "^4.4 || ^5.1|| ^5.4 || ^6.4",
17-
"symfony/console": "^2.8 || ^4.0 || ^5.1 || ^5.4 || ^6.4",
18-
"symfony/dependency-injection": "^3.3 || ^4.3 || ^5.1|| ^5.4 || ^6.4",
19-
"symfony/yaml": "^3.3 || ^4.0 || ^5.1 || ^5.4|| ^6.4"
17+
"symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4",
18+
"symfony/dependency-injection": "^4.4 || ^5.1|| ^5.4 || ^6.4",
19+
"symfony/yaml": "^4.4 || ^5.1 || ^5.4|| ^6.4"
2020
},
2121
"require-dev": {
2222
"codeception/codeception": "^4.1",
2323
"codeception/module-asserts": "^1.2",
2424
"codeception/module-db": "^1.0",
2525
"codeception/module-phpbrowser": "^1.0",
2626
"codeception/module-rest": "^1.2",
27-
"consolidation/robo": "^1.2 || ^2.0",
27+
"consolidation/robo": "^2.0",
2828
"phpmd/phpmd": "@stable",
2929
"phpstan/phpstan": "^1.8",
30-
"phpunit/phpunit": "^8.5 || ^9.5",
31-
"squizlabs/php_codesniffer": "^3.0"
30+
"phpunit/phpunit": "^9.5",
31+
"squizlabs/php_codesniffer": "^3.6"
3232
},
3333
"bin": [
3434
"bin/ece-docker"

images/php/7.2-cli/Dockerfile

-238
This file was deleted.

images/php/7.2-cli/bin/cloud-build

-44
This file was deleted.

images/php/7.2-cli/bin/cloud-deploy

-37
This file was deleted.

images/php/7.2-cli/bin/cloud-post-deploy

-11
This file was deleted.

images/php/7.2-cli/bin/ece-command

-7
This file was deleted.

images/php/7.2-cli/bin/magento-command

-7
This file was deleted.

images/php/7.2-cli/bin/magento-installer

-11
This file was deleted.

0 commit comments

Comments
 (0)