File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
- ----------------------
2
- Flow base distribution
3
- ----------------------
1
+ -----------------------------
2
+ Flow development distribution
3
+ -----------------------------
4
4
5
- This repository provides a basis for starting new Flow projects. After running `composer update ` or `composer install ` respectively,
6
- you will have all packages installed which are needed for a standard Flow application.
7
-
8
- It is best practice is to fork this repository, then clone it locally and adjust the dependencies in composer.json to your needs.
9
- After running `composer update `, check in the generated `composer.lock ` file and push the result to your fork or a new repository.
5
+ This repository provides a basis for developing Flow. The dependencies defined in composer.json will install the development collection of Flow,
6
+ which allows you to create bugfixes and new features and push them to the respective repositories for review and inclusion into the core.
10
7
11
8
Learn more about the Flow application framework on http://www.neos.io/.
12
- You'll find the installation instructions and more at http://flowframework.readthedocs.org/
You can’t perform that action at this time.
0 commit comments