We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103e913 commit 1541e74Copy full SHA for 1541e74
composer.json
@@ -5,11 +5,11 @@
5
"license": "MIT",
6
"require": {
7
"php": ">=8.1",
8
- "cakephp/cakephp": "dev-5.next",
9
- "symfony/process": "^5.4"
+ "cakephp/cakephp": "^5.0",
+ "symfony/process": "^5.4 || ^6.0 || ^7.0"
10
},
11
"require-dev": {
12
- "phpunit/phpunit": "^10.5.5 || ^11.1.3",
+ "phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0",
13
"cakephp/cakephp-codesniffer": "^5.0"
14
15
"autoload": {
tests/TestCase/Command/DumpSqlCommandTest.php
@@ -25,7 +25,7 @@ public function setUp(): void
25
$this->setAppNamespace();
26
$this->configApplication(
27
'TestApp\Application',
28
- [PLUGIN_TESTS . 'test_app' . DS . 'config']
+ [PLUGIN_TESTS . 'test_app' . DS . 'config'],
29
);
30
}
31
0 commit comments