Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 626f1ab

Browse files
committed
Updating composer required version
1 parent 74ea735 commit 626f1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=5.6",
20-
"cakephp/cakephp": "3.4.0"
20+
"cakephp/cakephp": "^3.4.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "5.*",

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
define('CACHE', TMP . 'cache' . DS);
1515
// Setup cache
16-
Cache::config([
16+
Cache::setConfig([
1717
'_error_email_' => [
1818
'className' => 'File',
1919
'prefix' => 'error_email_',

0 commit comments

Comments
 (0)