Skip to content

Commit 1541e74

Browse files
committed
add PHPUnit 12 support
1 parent 103e913 commit 1541e74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=8.1",
8-
"cakephp/cakephp": "dev-5.next",
9-
"symfony/process": "^5.4"
8+
"cakephp/cakephp": "^5.0",
9+
"symfony/process": "^5.4 || ^6.0 || ^7.0"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^10.5.5 || ^11.1.3",
12+
"phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0",
1313
"cakephp/cakephp-codesniffer": "^5.0"
1414
},
1515
"autoload": {

tests/TestCase/Command/DumpSqlCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function setUp(): void
2525
$this->setAppNamespace();
2626
$this->configApplication(
2727
'TestApp\Application',
28-
[PLUGIN_TESTS . 'test_app' . DS . 'config']
28+
[PLUGIN_TESTS . 'test_app' . DS . 'config'],
2929
);
3030
}
3131

0 commit comments

Comments
 (0)