neos/flow-development-collection
composer require neos/flow-development-collection
Flow packages in a joined repository for pull requests.
3.0.6
- Requires
- php: >=5.5.0
- ext-zlib: *
- ext-spl: *
- ext-json: >=1.2.0
- ext-mbstring: *
- ext-reflection: *
- doctrine/orm: ~2.4.0
- doctrine/migrations: ~1.3.0
- doctrine/dbal: ~2.5.0
- symfony/yaml: ~2.5.0
- symfony/dom-crawler: ~2.5.0
- symfony/console: ~2.0
- neos/composer-plugin: ^1.0.1
- Suggest
- doctrine/data-fixtures: To manage and execute the loading of data fixtures for the Doctrine ORM or ODM
- ext-curl: To use the \TYPO3\Flow\Http\Client\CurlEngine
- typo3/party: To make use of basic user handling
- Replaces
- typo3/eel: self.version
- typo3/flow: self.version
- typo3/fluid: self.version
- typo3/kickstart: self.version
Readme excerpt
Flow development collection
This repository is a collection of packages for the Flow framework (learn more on http://flow.neos.io/). The repository is used for development and all pull requests should go into it.
If you want to use the Flow framework, please have a look at the documentation: https://flowframework.readthedocs.org/en/latest/
ContributingIf you want to contribute to Flow Framework and want to set up a development environment, then follow these steps:
composer create-project neos/flow-development-distribution flow-development dev-master --keep-vcs
Note the -distribution package you create a …
Read more
The same vendor provides 92 package(s).