Skip to content

Commit 043847f

Browse files
authored
Merge pull request #9 from ashtonsax/magento-2.4.5
Add composer 2 support
2 parents 3514d0c + c64841c commit 043847f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jamescowie/composer-patcher",
33
"description": "Apply patches using composer",
44
"license": "MIT",
5-
"version": "1.0.7",
5+
"version": "1.0.8",
66
"authors": [
77
{
88
"name": "jamescowie",
@@ -13,7 +13,7 @@
1313
"symfony/console": "~2.3, !=2.7.0||~3.0||~4.0",
1414
"symfony/finder": "~2.3||~3.0||~4.0||~5.0",
1515
"symfony/process": "~4.2||~5.0",
16-
"composer/composer": "~1.0"
16+
"composer/composer": "~1.0||~2.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~6.5.0"

0 commit comments

Comments
 (0)