Browse Source

Add Composer v2 compatibility

Eric BELLOT 2 years ago
parent
commit
88622ea3de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -18,7 +18,7 @@
   "minimum-stability": "dev",
   "name": "fgm/drupal_composer_builder",
   "require": {
-    "composer-plugin-api": "^1.1",
+    "composer-plugin-api": "^1.1 || ^2.0.0",
     "composer/installers": "^1.2"
   },
   "type": "composer-plugin",