We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2770afb + 2822a7a commit a2e9474Copy full SHA for a2e9474
1 file changed
composer.json
@@ -10,6 +10,15 @@
10
"email": "notifiers@bugsnag.com",
11
"homepage": "https://bugsnag.com"
12
}],
13
+ "config": {
14
+ "_comment": "Audit ignores are required for older Guzzle versions (5.x/6.x) to run PHPUnit tests on PHP 5.5-7.2",
15
+ "audit": {
16
+ "ignore": [
17
+ "PKSA-z3gr-8qht-p93v",
18
+ "PKSA-w57n-mhp6-c9sd"
19
+ ]
20
+ }
21
+ },
22
"require": {
23
"php": ">=5.5",
24
"composer/ca-bundle": "^1.0",
0 commit comments