Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663
This commit is contained in:
parent
eb34d130a8
commit
f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions
32
core/composer.txt
Normal file
32
core/composer.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
The libraries listed here are the only ones we officially depend on. Anything
|
||||
else is either provided only for development purposes or an implicit dependency
|
||||
that may be removed in the future, if it is properly decoupled from the packages
|
||||
depending on it.
|
||||
|
||||
doctrine/common
|
||||
doctrine/annotations
|
||||
easyrdf/easyrdf
|
||||
egulias/email-validator
|
||||
fabpot/goutte
|
||||
guzzlehttp/guzzle
|
||||
masterminds/html5
|
||||
stack/builder
|
||||
symfony/class-loader
|
||||
symfony/console
|
||||
symfony/dependency-injection
|
||||
symfony/event-dispatcher
|
||||
symfony/http-foundation
|
||||
symfony/http-kernel
|
||||
symfony/routing
|
||||
symfony/serializer
|
||||
symfony/validator
|
||||
symfony/process
|
||||
symfony/yaml
|
||||
symfony-cmf/routing
|
||||
symfony/psr-http-message-bridge
|
||||
twig/twig
|
||||
zendframework/zend-diactoros
|
||||
zendframework/zend-feed
|
||||
|
||||
If you are writing code that depends on a library not listed here, you should
|
||||
add it explicitly as a dependency yourself in your own "composer.json" file.
|
Reference in a new issue