Skip to content

Commit ac356ee

Browse files
committed
Just use latest Cake
1 parent 2e60170 commit ac356ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SOB/TestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private function test(\SOB\Test $tester, \SOB\Configuration $config) : bool
112112

113113
$runTime = new \SOB\BaseLine();
114114
$start = new \SOB\BaseLine();
115-
$connectionCallback = $tester->init($config, $lines, $runTime);
115+
$tester->init($config, $lines, $runTime);
116116
$this->setResult('Init', $start);
117117

118118
$iterations = $config->getIterations();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"illuminate/database": "*",
2222
"illuminate/contracts": "*",
2323
"illuminate/events": "*",
24-
"cakephp/cakephp": "dev-5.next",
24+
"cakephp/cakephp": "^5.0",
2525
"doctrine/orm": "^3.3",
2626
"symfony/cache": "^7.2"
2727
},

0 commit comments

Comments
 (0)