Skip to content

Commit 393e96b

Browse files
committed
Update to phpunit 9.5
1 parent ce296f1 commit 393e96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"require": {
31-
"php": ">=5.6.0",
31+
"php": ">=7.3.0",
3232
"colinmollenhour/credis": "~1.7",
3333
"psr/log": ">=1.1.0"
3434
},
@@ -38,7 +38,7 @@
3838
"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
3939
},
4040
"require-dev": {
41-
"phpunit/phpunit": "^8.5",
41+
"phpunit/phpunit": ">=9.0 <9.6",
4242
"squizlabs/php_codesniffer": "^3.10",
4343
"phpstan/phpstan": "^1.12"
4444
},

0 commit comments

Comments
 (0)