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
|
@ -5,9 +5,10 @@ version: VERSION
|
|||
core: 8.x
|
||||
hidden: true
|
||||
dependencies:
|
||||
# Enable page_cache in testing, to ensure that as many tests as possible run
|
||||
# with page caching enabled.
|
||||
# Enable page_cache and dynamic_page_cache in testing, to ensure that as many
|
||||
# tests as possible run with them enabled.
|
||||
- page_cache
|
||||
- dynamic_page_cache
|
||||
# @todo: Remove this in https://www.drupal.org/node/2352949
|
||||
themes:
|
||||
- classy
|
||||
|
|
Reference in a new issue