Skip to content

Commit e6edfdd

Browse files
authored
Use version map.
1 parent d7a1836 commit e6edfdd

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

README.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,20 @@ configuration data and environment variables hidden. :warning:
1515

1616
## Requirements
1717

18-
The `master` branch has the following requirements:
19-
2018
* SQLite (pdo_sqlite) or another database driver that CakePHP can talk to. By
2119
default DebugKit will use SQLite, if you need to use a different database see
2220
the Database Configuration section below.
2321

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).
2723

2824
## Installation
2925

3026
* Install the plugin with [Composer](https://getcomposer.org/) from your CakePHP Project's ROOT directory (where the **composer.json** file is located)
3127
```sh
32-
php composer.phar require --dev cakephp/debug_kit:"~3.0"
28+
php composer.phar require --dev cakephp/debug_kit:"^4.0"
3329
```
3430

35-
* [Load the plugin](http://book.cakephp.org/3.0/en/plugins.html#loading-a-plugin)
31+
* [Load the plugin](https://book.cakephp.org/4/en/plugins.html#loading-a-plugin)
3632
```php
3733
// src/Application.php
3834
$this->addPlugin('DebugKit');
@@ -52,24 +48,7 @@ the project, add features, and send [pull
5248
requests](https://help.github.com/articles/using-pull-requests) or open
5349
[issues](https://github.com/cakephp/debug_kit/issues).
5450

55-
## Versions
56-
57-
DebugKit has several releases, each compatible with different releases of
58-
CakePHP. Use the appropriate version by downloading a tag, or checking out the
59-
correct branch.
60-
61-
* `1.0, 1.1, 1.2` are compatible with CakePHP 1.2.x. These releases of DebugKit
62-
will not work with CakePHP 1.3. You can also use the `1.2-branch` for the mos
63-
recent updates and bugfixes.
64-
* `1.3.0` is compatible with CakePHP 1.3.x only. It will not work with CakePHP
65-
1.2. You can also use the `1.3` branch to get the most recent updates and
66-
bugfixes.
67-
* `2.2.x` are compatible with CakePHP 2.2.0 and greater. It is a necessary
68-
upgrade for people using CakePHP 2.4 as the naming conventions around loggers
69-
changed in that release. 2.2.x is not actively being developed.
70-
* `3.x` is compatible with CakePHP 3.x and is still under active development.
71-
72-
# Documentation
51+
## Documentation
7352

7453
Documentation for DebugKit can be found in the
7554
[CakePHP documentation](https://book.cakephp.org/debugkit/3.x/en/index.html).

0 commit comments

Comments
 (0)