We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fb67c commit d02cd8bCopy full SHA for d02cd8b
composer.json
@@ -48,7 +48,8 @@
48
"test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml"
49
},
50
"extra": {
51
- "class": "Http\\Discovery\\Composer\\Plugin"
+ "class": "Http\\Discovery\\Composer\\Plugin",
52
+ "plugin-optional": true
53
54
"conflict": {
55
"nyholm/psr7": "<1.0"
tests/install.sh
@@ -17,7 +17,8 @@ echo "Using directory: ${BUILD_DIR}"
17
mkdir -p $BUILD_DIR
18
19
# Init composer
20
-composer req --working-dir $BUILD_DIR php-http/discovery --no-update
+composer req --working-dir $BUILD_DIR php-http/discovery --no-update --no-plugins
21
+composer config --working-dir $BUILD_DIR --no-plugins allow-plugins.php-http/discovery false
22
23
# Argument 3 installs additional composer packages
24
composer req --working-dir $BUILD_DIR $3
0 commit comments