Skip to content

Commit

Permalink
Merge pull request #87 from BKWLD/composer-2
Browse files Browse the repository at this point in the history
Enable Composer 2
  • Loading branch information
kylekatarnls committed Nov 7, 2020
2 parents 8959dd1 + ceb8f30 commit 802e0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,10 +10,10 @@
"pug-php/pug": "^3.3.1",
"pug-php/pug-assets": "^1.0.1",
"pug/installer": "^1.0.0",
"composer-plugin-api": "^1.0"
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"composer/composer": "^1.2",
"composer/composer": "^1.2 || ^2.0",
"phpunit/phpunit": "^8.5"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 802e0f4

Please sign in to comment.