neos/flow-development-collection
composer require neos/flow-development-collection
Flow packages in a joined repository for pull requests.
5.1.2
- Requires
- php: ~7.1
- psr/simple-cache: ^1.0
- psr/cache: ~1.0
- psr/log: ^1.0
- ext-zlib: *
- ext-spl: *
- ext-json: >=1.2.0
- ext-reflection: *
- psr/http-message: ~1.0.0
- psr/container: ~1.0.0
- ramsey/uuid: ^3.0.0
- doctrine/orm: ~2.6.0
- doctrine/migrations: ~1.8.1
- doctrine/dbal: ~2.7.0
- doctrine/common: >=2.4,<2.8-dev
- symfony/yaml: ~4.1.0
- symfony/dom-crawler: ~4.0.0
- symfony/console: ~4.1.1
- neos/composer-plugin: ^2.0.0
- typo3fluid/fluid: ~2.5.3
- ext-mbstring: *
- ext-xml: *
- Requires (dev)
- mikey179/vfsstream: ~1.6
- phpunit/phpunit: ~7.1
- neos/flow: *
- doctrine/orm: ~2.6.0
- doctrine/common: >=2.4,<2.8-dev
- Suggest
- doctrine/data-fixtures: To manage and execute the loading of data fixtures for the Doctrine ORM or ODM
- ext-curl: To use the \Neos\Flow\Http\Client\CurlEngine
- ext-memcache: If you have a memcache server and want to use it for caching.
- ext-memcached: Alternative, if you have a memcache server and want to use it for caching.
- ext-redis: If you have a redis server and want to use it for caching.
- neos/party: To make use of basic user handling
- php-uuid: For fast generation of UUIDs used in the persistence.
- Replaces
- typo3/eel: self.version
- typo3/flow: self.version
- typo3/kickstart: self.version
- neos/cache: self.version
- neos/eel: self.version
- neos/error-messages: self.version
- neos/flow-log: self.version
- neos/flow: self.version
- neos/fluid-adaptor: self.version
- neos/kickstarter: self.version
- neos/utility-arrays: self.version
- neos/utility-files: self.version
- neos/utility-lock: self.version
- neos/utility-mediatypes: self.version
- neos/utility-objecthandling: self.version
- neos/utility-opcodecache: self.version
- neos/utility-pdo: self.version
- neos/utility-schema: self.version
- neos/utility-unicode: 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).