Skip to content

Commit 4a01cf7

Browse files
committed
fix minimum phpunit version - assertMatchesRegularExpression
1 parent c16a213 commit 4a01cf7

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.4 || ^8.0",
20-
"phpunit/phpunit": "^9.0"
20+
"phpunit/phpunit": "^9.1"
2121
},
2222
"require-dev": {
2323
"giggsey/libphonenumber-for-php": "^8.12",

0 commit comments

Comments
 (0)