Skip to content

Commit 50198ff

Browse files
authored
Merge pull request #728 from cakephp/phpunit-12
Allow using phpunit 12
2 parents 911bf83 + 151e0b9 commit 50198ff

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
@@ -35,7 +35,7 @@
3535
"cakephp/cakephp": "^5.1.0",
3636
"cakephp/cakephp-codesniffer": "^5.0",
3737
"firebase/php-jwt": "^6.2",
38-
"phpunit/phpunit": "^10.5.5 || ^11.1.3"
38+
"phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0.9"
3939
},
4040
"suggest": {
4141
"ext-ldap": "Make sure this php extension is installed and enabled on your system if you want to use the built-in LDAP adapter for \"LdapIdentifier\".",

0 commit comments

Comments
 (0)