Skip to content

Commit 06281f8

Browse files
committed
mark incopatible with known unsafe phpunit versions
1 parent 8ccda3e commit 06281f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"ext-curl": "*",
1313
"ext-dom": "*",
1414
"ext-mbstring": "*",
15-
"phpunit/phpunit": "^4.8 || ^5.0 || ^8.5.14",
15+
"phpunit/phpunit": "^4.8.28 || ^5.6.3 || ^8.5.42",
1616
"phpunit/phpunit-selenium": "*",
1717
"yoast/phpunit-polyfills": "*"
1818
},
1919
"suggest": {
2020
"ext-curl": "Needed for HTTPS, HTTP2 and HTTP 1.1 support, NTLM Auth etc...",
21-
"ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available",
21+
"ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if CURL is not available",
2222
"ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8",
2323
"phpxmlrpc/extras": "Adds more featured Server classes, including self-documenting and ajax-enabled servers",
2424
"phpxmlrpc/jsonrpc": "Adds support for the JSON-RPC protocol"

0 commit comments

Comments
 (0)