Skip to content

Commit a286c68

Browse files
committed
Updates Cake Email Namespaced Path
Post Cake 3.1 Cake changed the location for the Cake Email libs, updates composer and paths to account for this Signed-off-by: Justin Yost <justin@loadsys.com>
1 parent a48b242 commit a286c68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require": {
2323
"php": ">=5.4",
24-
"cakephp/cakephp": "~3.0",
24+
"cakephp/cakephp": "~3.1",
2525
"composer/installers": "~1.0",
2626
"psy/psysh": "@stable"
2727
},

src/Shell/ConfigReadShell.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class ConfigReadShell extends Shell {
6767
public $specialKeys = [
6868
'Cache' => '\Cake\Cache\Cache::config',
6969
'Datasources' => '\Cake\Datasource\ConnectionManager::config',
70-
'EmailTransport' => '\Cake\Network\Email\Email::configTransport',
71-
'Email' => '\Cake\Network\Email\Email::config',
70+
'EmailTransport' => '\Cake\Mailer\Email::configTransport',
71+
'Email' => '\Cake\Mailer\Email::config',
7272
'Log' => '\Cake\Log\Log::config',
7373
'Security.salt' => 'self::securitySaltHelper',
7474
];

0 commit comments

Comments
 (0)