Skip to content

Commit fcd20d0

Browse files
authored
Merge pull request #51 from ADmad/maintenance
Maintenance
2 parents 191277d + 6fdf91b commit fcd20d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require-dev": {
1111
"cakephp/cakephp": "^5.0",
12-
"phpunit/phpunit": "^11.5.3 || ^12.1.3"
12+
"phpunit/phpunit": "^10.5.58 || ^11.5.3 || ^12.4"
1313
},
1414
"autoload": {
1515
"psr-4": {

phpcs.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="sequence">
3+
<rule ref="CakePHP"/>
4+
5+
<file>src/</file>
6+
<file>tests/</file>
7+
</ruleset>

0 commit comments

Comments
 (0)