File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
"test-ci" : " vendor/bin/phpspec run -c phpspec.ci.yml"
49
49
},
50
50
"extra" : {
51
- "class" : " Http\\ Discovery\\ Composer\\ Plugin"
51
+ "class" : " Http\\ Discovery\\ Composer\\ Plugin" ,
52
+ "plugin-optional" : true
52
53
},
53
54
"conflict" : {
54
55
"nyholm/psr7" : " <1.0"
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ echo "Using directory: ${BUILD_DIR}"
17
17
mkdir -p $BUILD_DIR
18
18
19
19
# Init composer
20
- composer req --working-dir $BUILD_DIR php-http/discovery --no-update
20
+ 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
21
22
22
23
# Argument 3 installs additional composer packages
23
24
composer req --working-dir $BUILD_DIR $3
You can’t perform that action at this time.
0 commit comments