Skip to content

Commit a2e9474

Browse files
author
Steve Kirkland
committed
Merge branch 'next' into tms/contributing
2 parents 2770afb + 2822a7a commit a2e9474

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
"email": "notifiers@bugsnag.com",
1111
"homepage": "https://bugsnag.com"
1212
}],
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+
},
1322
"require": {
1423
"php": ">=5.5",
1524
"composer/ca-bundle": "^1.0",

0 commit comments

Comments
 (0)