Skip to content

Commit 539ac8e

Browse files
authored
Merge pull request #1 from pmclain/integration/m2.2
Update composer.json for Magento v2.2x
2 parents 5c19c42 + 6881ec6 commit 539ac8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"name": "jamescowie/composer-patcher",
33
"description": "Apply patches using composer",
44
"license": "MIT",
5+
"version": "0.1.1",
56
"authors": [
67
{
78
"name": "jamescowie",
89
"email": "[email protected]"
910
}
1011
],
1112
"require": {
12-
"symfony/console": "2.6.*",
13+
"symfony/console": "~2.6.0||~2.8.0",
1314
"symfony/process": "*"
1415
},
1516
"autoload": {

0 commit comments

Comments
 (0)