Skip to content

Commit

Permalink
Enable Composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls authored Nov 5, 2020
1 parent 8959dd1 commit ceb8f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
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 ceb8f30

Please sign in to comment.