neos/flow-base-distribution
composer require neos/flow-base-distribution
Flow Base Distribution
7.1.0
- Requires
- neos/flow: ~7.1.0
- neos/welcome: ~7.1.0
- neos/behat: ~7.1.0
- Requires (dev)
- neos/kickstarter: ~7.1.0
- neos/buildessentials: ~7.1.0
- phpunit/phpunit: ~9.0
- mikey179/vfsstream: ~1.6
- Suggest
- ext-pdo_sqlite: For running functional tests out-of-the-box this is required
- neos/fluid-adaptor: For rendering templates with TYPO3.Fluid
Flow base distribution
This repository provides a basis for starting new Flow projects. After running composer update
or composer install
respectively,
you will have all packages installed which are needed for a standard Flow application.
It is best practice is to fork this repository, then clone it locally and adjust the dependencies in composer.json to your needs.
After running composer update
, check in the generated composer.lock
file and push the result to your fork or a new repository.
Learn more about the Flow application framework on http://www.neos.io/. You'll find the installation instructions and more at http://flowframework.readthedocs.org/
The same vendor provides 81 package(s).