Skip to content

Commit bc3785e

Browse files
committed
Speculative Cake 3 compatibility.
1 parent 753975f commit bc3785e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A CakePHP plugin that provides a Shell to read an app's Configure vars from the
1616

1717
## Installation
1818

19-
`composer require loadsys/config-read:3.*`
19+
`composer require loadsys/config-read:~3.0`
2020

2121

2222

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
*
55
* @package App.Console.Command
66
*/
7+
namespace ConfigRead\Shell;
8+
9+
use Cake\Console\Shell;
10+
use Cake\Core\Configure;
711

8-
App::uses('Shell', 'Console');
912

1013
/**
1114
* ConfigReadShell class.
File renamed without changes.

0 commit comments

Comments
 (0)