Skip to content

Commit 2430eac

Browse files
committed
drop PHPUnit 5
1 parent 8a94811 commit 2430eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.0 || ^8.0",
14-
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0",
14+
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0",
1515
"phpunitgoodpractices/polyfill": "^1.4"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)