Skip to content

Commit 8b70b5b

Browse files
authored
- Add dependency on magento/quality-patches (#4)
- Bump version
1 parent 9374c73 commit 8b70b5b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento-cloud-patches",
33
"description": "Provides critical fixes for Magento 2 Enterprise Edition",
44
"type": "magento2-component",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"license": "OSL-3.0",
77
"require": {
88
"php": "^7.0",
@@ -15,7 +15,8 @@
1515
"symfony/process": "^2.1||^4.1",
1616
"symfony/proxy-manager-bridge": "^3.3||^4.3||^5.1",
1717
"symfony/yaml": "^3.3||^4.0",
18-
"monolog/monolog": "^1.16"
18+
"monolog/monolog": "^1.16",
19+
"magento/quality-patches": "^1.0.6"
1920
},
2021
"require-dev": {
2122
"codeception/codeception": "^2.5.3",
@@ -24,9 +25,6 @@
2425
"phpunit/phpunit": "^6.2",
2526
"squizlabs/php_codesniffer": "^3.0"
2627
},
27-
"suggest": {
28-
"magento/quality-patches": "^1.0.3"
29-
},
3028
"bin": [
3129
"bin/ece-patches",
3230
"bin/magento-patches"

0 commit comments

Comments
 (0)