Skip to content

Commit eb81b7e

Browse files
authored
Merge pull request #82 from cakephp/dereuromark-patch-1
Update PHPUnit version requirement to include 13.0
2 parents e2b00e9 + 6a3a394 commit eb81b7e

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
@@ -16,7 +16,7 @@
1616
"require-dev": {
1717
"cakephp/cakephp-codesniffer": "^5.0",
1818
"composer/composer": "^2.0",
19-
"phpunit/phpunit": "^10.1.0 || ^11.1.3 || ^12.0"
19+
"phpunit/phpunit": "^10.1.0 || ^11.1.3 || ^12.0 || ^13.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)