Skip to content

Commit 0f74c22

Browse files
committed
chore: disallow php-http/discovery in composer.json
1 parent d189d71 commit 0f74c22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"scripts": {
3535
"test": "vendor/bin/phpunit tests",
3636
"test-coverage": "vendor/bin/phpunit tests --log-junit build/junit.xml -v --coverage-html=build/coverage-report"
37+
},
38+
"config": {
39+
"allow-plugins": {
40+
"php-http/discovery": false
41+
}
3742
}
38-
3943
}

0 commit comments

Comments
 (0)