Skip to content

Commit 3d74eed

Browse files
committed
Fix CI
1 parent e15ad7b commit 3d74eed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 || ^12.0.9"
38+
"phpunit/phpunit": "^10.5.32 || ^11.3.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\".",

phpcs.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<ruleset name="CakePHP Core">
33
<config name="installed_paths" value="../../cakephp/cakephp-codesniffer" />
44

5-
<rule ref="CakePHP"/>
5+
<file>src/</file>
6+
<file>tests/</file>
67
</ruleset>

0 commit comments

Comments
 (0)