updated core to 8.7.9

This commit is contained in:
2019-11-12 18:38:57 +01:00
parent dfa29cbaf1
commit d68885fb91
3 changed files with 49 additions and 52 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
"drupal/config_ignore": "2.1.0",
"drupal/console": "^1.0.2",
"drupal/context": "4.0.0-beta2",
"drupal/core": "8.7.0",
"drupal/core": "^8.7.0",
"drupal/ctools": "3.2.0",
"drupal/date_range_formatter": "3.1.0",
"drupal/devel": "2.1",
@@ -74,7 +74,7 @@
"drush/drush": "^9.0.0",
"oomphinc/composer-installers-extender": "^1.1",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-core-require-dev": "8.7.0",
"webflo/drupal-core-require-dev": "^8.7.0",
"webflo/drupal-core-strict": "^8.0",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
Generated
+25 -28
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "97b07470d0cf59969ae5d03c2a5e5c26",
"content-hash": "afac9754e49e7dbd6c3cfd14393471ff",
"packages": [
{
"name": "alchemy/zippy",
@@ -3386,16 +3386,16 @@
},
{
"name": "drupal/core",
"version": "8.7.0",
"version": "8.7.9",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
"reference": "5da135abcf5dbc0204e9a75c87381c7553a74d5e"
"reference": "881e60062ea86a8f6809a298f09f56afd20b3cf3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core/zipball/5da135abcf5dbc0204e9a75c87381c7553a74d5e",
"reference": "5da135abcf5dbc0204e9a75c87381c7553a74d5e",
"url": "https://api.github.com/repos/drupal/core/zipball/881e60062ea86a8f6809a298f09f56afd20b3cf3",
"reference": "881e60062ea86a8f6809a298f09f56afd20b3cf3",
"shasum": ""
},
"require": {
@@ -3420,7 +3420,7 @@
"ext-xml": "*",
"guzzlehttp/guzzle": "^6.2.1",
"masterminds/html5": "^2.1",
"paragonie/random_compat": "^1.0|^2.0",
"paragonie/random_compat": "^1.0|^2.0|^9.99.99",
"pear/archive_tar": "^1.4",
"php": "^5.5.9|>=7.0.8",
"stack/builder": "^1.0",
@@ -3433,19 +3433,20 @@
"symfony/http-kernel": "~3.4.14",
"symfony/polyfill-iconv": "^1.0",
"symfony/process": "~3.4.0",
"symfony/psr-http-message-bridge": "^1.0",
"symfony/psr-http-message-bridge": "^1.1.2",
"symfony/routing": "~3.4.0",
"symfony/serializer": "~3.4.0",
"symfony/translation": "~3.4.0",
"symfony/validator": "~3.4.0",
"symfony/yaml": "~3.4.5",
"twig/twig": "^1.38.2",
"typo3/phar-stream-wrapper": "^2.0.1",
"typo3/phar-stream-wrapper": "^2.1.1",
"zendframework/zend-diactoros": "^1.1",
"zendframework/zend-feed": "^2.4"
},
"conflict": {
"drush/drush": "<8.1.10"
"drush/drush": "<8.1.10",
"symfony/dom-crawler": ">=4"
},
"replace": {
"drupal/action": "self.version",
@@ -3626,7 +3627,7 @@
"GPL-2.0-or-later"
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"time": "2019-05-01T18:39:15+00:00"
"time": "2019-11-06T18:00:38+00:00"
},
{
"name": "drupal/ctools",
@@ -7160,33 +7161,29 @@
},
{
"name": "paragonie/random_compat",
"version": "v2.0.18",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
@@ -7205,7 +7202,7 @@
"pseudorandom",
"random"
],
"time": "2019-01-03T20:59:08+00:00"
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "pear/archive_tar",
@@ -10997,16 +10994,16 @@
},
{
"name": "webflo/drupal-core-require-dev",
"version": "8.7.0",
"version": "8.7.9",
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-core-require-dev.git",
"reference": "dc2bd5de993e2634fb8e0a33505e02c0f25f5271"
"reference": "712de55c6f8220cd1cabb6cf88df1e40595b187e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/dc2bd5de993e2634fb8e0a33505e02c0f25f5271",
"reference": "dc2bd5de993e2634fb8e0a33505e02c0f25f5271",
"url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/712de55c6f8220cd1cabb6cf88df1e40595b187e",
"reference": "712de55c6f8220cd1cabb6cf88df1e40595b187e",
"shasum": ""
},
"require": {
@@ -11014,7 +11011,7 @@
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "1.3.x-dev",
"drupal/coder": "^8.3.1",
"drupal/core": "8.7.0",
"drupal/core": "8.7.9",
"jcalderonzumba/gastonjs": "^1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
"justinrainbow/json-schema": "^5.2",
@@ -11031,7 +11028,7 @@
"GPL-2.0-or-later"
],
"description": "require-dev dependencies from drupal/core",
"time": "2019-05-02T01:08:54+00:00"
"time": "2019-11-06T18:31:43+00:00"
},
{
"name": "webflo/drupal-core-strict",
+22 -22
View File
@@ -76,7 +76,7 @@
* specific needs.
*
* @code
* $databases['default']['default'] = array (
* $databases['default']['default'] = [
* 'database' => 'databasename',
* 'username' => 'sqlusername',
* 'password' => 'sqlpassword',
@@ -85,7 +85,7 @@
* 'driver' => 'mysql',
* 'prefix' => '',
* 'collation' => 'utf8mb4_general_ci',
* );
* ];
* @endcode
*/
$databases = [];
@@ -156,13 +156,13 @@ $databases = [];
* The 'default' element is mandatory and holds the prefix for any tables
* not specified elsewhere in the array. Example:
* @code
* 'prefix' => array(
* 'prefix' => [
* 'default' => 'main_',
* 'users' => 'shared_',
* 'sessions' => 'shared_',
* 'role' => 'shared_',
* 'authmap' => 'shared_',
* ),
* ],
* @endcode
* You can also use a reference to a schema/database as a prefix. This may be
* useful if your Drupal installation exists in a schema that is not the default
@@ -170,13 +170,13 @@ $databases = [];
* time.
* Example:
* @code
* 'prefix' => array(
* 'prefix' => [
* 'default' => 'main.',
* 'users' => 'shared.',
* 'sessions' => 'shared.',
* 'role' => 'shared.',
* 'authmap' => 'shared.',
* );
* ];
* @endcode
* NOTE: MySQL and SQLite's definition of a schema is a database.
*
@@ -185,14 +185,14 @@ $databases = [];
* example, to enable MySQL SELECT queries to exceed the max_join_size system
* variable, and to reduce the database connection timeout to 5 seconds:
* @code
* $databases['default']['default'] = array(
* 'init_commands' => array(
* $databases['default']['default'] = [
* 'init_commands' => [
* 'big_selects' => 'SET SQL_BIG_SELECTS=1',
* ),
* 'pdo' => array(
* ],
* 'pdo' => [
* PDO::ATTR_TIMEOUT => 5,
* ),
* );
* ],
* ];
* @endcode
*
* WARNING: The above defaults are designed for database portability. Changing
@@ -207,22 +207,22 @@ $databases = [];
*
* Sample Database configuration format for PostgreSQL (pgsql):
* @code
* $databases['default']['default'] = array(
* $databases['default']['default'] = [
* 'driver' => 'pgsql',
* 'database' => 'databasename',
* 'username' => 'sqlusername',
* 'password' => 'sqlpassword',
* 'host' => 'localhost',
* 'prefix' => '',
* );
* ];
* @endcode
*
* Sample Database configuration format for SQLite (sqlite):
* @code
* $databases['default']['default'] = array(
* $databases['default']['default'] = [
* 'driver' => 'sqlite',
* 'database' => '/path/to/databasefilename',
* );
* ];
* @endcode
*/
@@ -246,9 +246,9 @@ $databases = [];
*
* Example:
* @code
* $config_directories = array(
* $config_directories = [
* CONFIG_SYNC_DIRECTORY => '/directory/outside/webroot',
* );
* ];
* @endcode
*/
$config_directories = [];
@@ -705,9 +705,9 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
*
* For example:
* @code
* $settings['trusted_host_patterns'] = array(
* $settings['trusted_host_patterns'] = [
* '^www\.example\.com$',
* );
* ];
* @endcode
* will allow the site to only run from www.example.com.
*
@@ -718,12 +718,12 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
*
* For example:
* @code
* $settings['trusted_host_patterns'] = array(
* $settings['trusted_host_patterns'] = [
* '^example\.com$',
* '^.+\.example\.com$',
* '^example\.org$',
* '^.+\.example\.org$',
* );
* ];
* @endcode
* will allow the site to run off of all variants of example.com and
* example.org, with all subdomains included.