Skip to content

Commit ca0ad72

Browse files
BaDosviktym
andauthored
MCLOUD-6910: MC-37292: Make 'quality-patches' a hard dependency for ece-tools and soft dependency for magento-cloud-patches (magento#76)
* MC-37292: Make 'quality-patches' a hard dependency for ece-tools and soft dependency for magento-cloud-patches Co-authored-by: Viktor Tymchynskyi <[email protected]>
1 parent b8eb1fb commit ca0ad72

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
env:
7070
- TEST_SUITE=functional-ce
7171

72+
before_install:
73+
# https://github.com/kylekatarnls/update-helper/issues/9
74+
- if [ -n "${COMPOSER_VERSION}" ]; then travis_retry composer self-update ${COMPOSER_VERSION}; fi;
75+
7276
install:
7377
- composer config http-basic.repo.magento.com ${REPO_USERNAME_CE} ${REPO_PASSWORD_CE}
7478
- composer config github-oauth.github.com ${GITHUB_TOKEN}

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"symfony/process": "^2.1||^4.1",
1616
"symfony/proxy-manager-bridge": "^3.3||^4.3",
1717
"symfony/yaml": "^3.3||^4.0",
18-
"monolog/monolog": "^1.16",
19-
"magento/quality-patches": "^1.0.0"
18+
"monolog/monolog": "^1.16"
2019
},
2120
"require-dev": {
2221
"codeception/codeception": "^2.5.3",
@@ -25,6 +24,9 @@
2524
"phpunit/phpunit": "^6.2",
2625
"squizlabs/php_codesniffer": "^3.0"
2726
},
27+
"suggest": {
28+
"magento/quality-patches": "^1.0.3"
29+
},
2830
"bin": [
2931
"bin/ece-patches",
3032
"bin/magento-patches"

0 commit comments

Comments
 (0)