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-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.
4
4
5
-
* For the Cake 2.x version of this plugin, please use the repo's `master` branch.
6
-
* For the Cake 1.3 version, use the `1.3` branch. (Note: we don't expect to actively maintain the 1.3 version. It's here because it started life as a 1.3 Shell.)
5
+
* This is the Cake 2.x version of the plugin, which exists on the `cake-2.x` branch and is tracked by the `2.*` semver.
6
+
* For the Cake 3.x version of this plugin, please use the repo's `master` branch. (semver `3.*`)
7
+
* For the Cake 1.3 version, use the `cake-1.3` branch. (semver `1.*`) **Note:** we don't expect to actively maintain the 1.3 version. It's here because the project started life as a 1.3 Shell.
7
8
8
9
9
10
## Requirements
@@ -18,7 +19,7 @@ A CakePHP plugin that provides a Shell to read an app's Configure vars from the
0 commit comments