Skip to content

Commit dd925a5

Browse files
author
Tim
committed
PHPUnit now supports phpunit 10
1 parent 9bb5fc5 commit dd925a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"guzzlehttp/guzzle": "~4.0|~5.0|~6.0|~7.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.1"
23+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.1 || ^10.1"
2424
},
2525
"config": {
2626
"sort-packages": true

0 commit comments

Comments
 (0)