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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@
4
4
5
5
This collection of scripts is intended to provide consistency and shortcuts for common project tasks. Key tools are highlighted and described below.
6
6
7
-
* The 1.x branch is tuned for projects that primarily use git submodules for dependency management.
8
-
* The 2.x branch is meant for projects that use composer (although submodules are still supported).
7
+
* The master branch and 3.x.x release series is intended for use with Cake 3.x projects and is the only branch that is actively maintained.
8
+
* The cake-2.x branch and 2.x.x release series is meant for CakePHP 2.x projects that use composer.
9
+
* The 1.x release series is tuned for CakePHP 1.3 projects that primarily use git submodules for dependency management.
9
10
* Most scripts listed below can take a `-h` option as their first argument to output usage information.
10
11
* Most are designed to run with few or no arguments; they try to guess sensible defaults whenever possible.
11
12
* Most are designed to fail gracefully. For example, if `pear` is available and your project defines a pear config file, then those dependencies will be installed by `deps-install`, otherwise pear will be silently ignored. This provides maximum flexibility without having to customize the scripts per-project.
0 commit comments