Skip to content

Commit 802e0f4

Browse files
authored
Merge pull request #87 from BKWLD/composer-2
Enable Composer 2
2 parents 8959dd1 + ceb8f30 commit 802e0f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"pug-php/pug": "^3.3.1",
1111
"pug-php/pug-assets": "^1.0.1",
1212
"pug/installer": "^1.0.0",
13-
"composer-plugin-api": "^1.0"
13+
"composer-plugin-api": "^1.0 || ^2.0"
1414
},
1515
"require-dev": {
16-
"composer/composer": "^1.2",
16+
"composer/composer": "^1.2 || ^2.0",
1717
"phpunit/phpunit": "^8.5"
1818
},
1919
"minimum-stability": "dev",

0 commit comments

Comments
 (0)