You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-25Lines changed: 4 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,24 +15,20 @@ configuration data and environment variables hidden. :warning:
15
15
16
16
## Requirements
17
17
18
-
The `master` branch has the following requirements:
19
-
20
18
* SQLite (pdo_sqlite) or another database driver that CakePHP can talk to. By
21
19
default DebugKit will use SQLite, if you need to use a different database see
22
20
the Database Configuration section below.
23
21
24
-
## DebugKit for CakePHP 2.x
25
-
26
-
If you want DebugKit for your 2.x application, you can use the latest `2.2.y` tag or the [2.2 branch](https://github.com/cakephp/debug_kit/tree/2.2).
22
+
For details and older versions see [version map](https://github.com/cakephp/debug_kit/wiki#version-map).
27
23
28
24
## Installation
29
25
30
26
* Install the plugin with [Composer](https://getcomposer.org/) from your CakePHP Project's ROOT directory (where the **composer.json** file is located)
0 commit comments