updated core to 8.9.5

This commit is contained in:
2020-09-04 10:22:45 +02:00
parent 7c5c5ed0f7
commit a9762f6145
3 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
"drupal/console": "^1.0.2",
"drupal/context": "4.0.0-beta2",
"drupal/core-composer-scaffold": "8.8.6",
"drupal/core-recommended": "8.9.2",
"drupal/core-recommended": "8.9.5",
"drupal/ctools": "^3.4",
"drupal/date_range_formatter": "3.1.0",
"drupal/devel": "2.1",
Generated
+18 -18
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": "07074d576b4a3dad007cbe473d7457a2",
"content-hash": "e04bd3f4b2783c31e5051016bf13dc3d",
"packages": [
{
"name": "alchemy/zippy",
@@ -2972,16 +2972,16 @@
},
{
"name": "drupal/core",
"version": "8.9.2",
"version": "8.9.5",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
"reference": "8f0e24555c093669ce41edbb30637fe19df16802"
"reference": "c9b9643663b80f02c038f9dea15b8717a22c3339"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core/zipball/8f0e24555c093669ce41edbb30637fe19df16802",
"reference": "8f0e24555c093669ce41edbb30637fe19df16802",
"url": "https://api.github.com/repos/drupal/core/zipball/c9b9643663b80f02c038f9dea15b8717a22c3339",
"reference": "c9b9643663b80f02c038f9dea15b8717a22c3339",
"shasum": ""
},
"require": {
@@ -3199,7 +3199,7 @@
"GPL-2.0-or-later"
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"time": "2020-07-08T18:53:45+00:00"
"time": "2020-09-03T21:07:45+00:00"
},
{
"name": "drupal/core-composer-scaffold",
@@ -3250,16 +3250,16 @@
},
{
"name": "drupal/core-recommended",
"version": "8.9.2",
"version": "8.9.5",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-recommended.git",
"reference": "8301ff766f17ce8a9eb36d3ffd183cbfff01dad6"
"reference": "2d320331187e2e5e4945b34fc608263ffb93e2a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/8301ff766f17ce8a9eb36d3ffd183cbfff01dad6",
"reference": "8301ff766f17ce8a9eb36d3ffd183cbfff01dad6",
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/2d320331187e2e5e4945b34fc608263ffb93e2a1",
"reference": "2d320331187e2e5e4945b34fc608263ffb93e2a1",
"shasum": ""
},
"require": {
@@ -3271,7 +3271,7 @@
"doctrine/common": "v2.7.3",
"doctrine/inflector": "v1.2.0",
"doctrine/lexer": "1.0.2",
"drupal/core": "8.9.2",
"drupal/core": "8.9.5",
"easyrdf/easyrdf": "0.9.1",
"egulias/email-validator": "2.1.17",
"guzzlehttp/guzzle": "6.5.4",
@@ -3300,7 +3300,7 @@
"symfony/dependency-injection": "v3.4.41",
"symfony/event-dispatcher": "v3.4.41",
"symfony/http-foundation": "v3.4.41",
"symfony/http-kernel": "v3.4.41",
"symfony/http-kernel": "v3.4.44",
"symfony/polyfill-ctype": "v1.17.0",
"symfony/polyfill-iconv": "v1.17.0",
"symfony/polyfill-intl-idn": "v1.17.0",
@@ -3328,7 +3328,7 @@
"GPL-2.0-or-later"
],
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
"time": "2020-07-08T18:53:45+00:00"
"time": "2020-09-03T21:07:45+00:00"
},
{
"name": "drupal/ctools",
@@ -8058,16 +8058,16 @@
},
{
"name": "symfony/http-kernel",
"version": "v3.4.41",
"version": "v3.4.44",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "e4e4ed6c008c983645b4eee6b67d8f258cde54df"
"reference": "27dcaa8c6b18c75df9f37badeb4d3564ffaa1326"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e4e4ed6c008c983645b4eee6b67d8f258cde54df",
"reference": "e4e4ed6c008c983645b4eee6b67d8f258cde54df",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/27dcaa8c6b18c75df9f37badeb4d3564ffaa1326",
"reference": "27dcaa8c6b18c75df9f37badeb4d3564ffaa1326",
"shasum": ""
},
"require": {
@@ -8144,7 +8144,7 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2020-05-31T05:14:17+00:00"
"time": "2020-08-31T05:53:42+00:00"
},
{
"name": "symfony/polyfill-ctype",
+7 -4
View File
@@ -781,10 +781,13 @@ $settings['migrate_node_migrate_type_classic'] = FALSE;
/**
* Load local development override configuration, if available.
*
* Use settings.local.php to override variables on secondary (staging,
* development, etc) installations of this site. Typically used to disable
* caching, JavaScript/CSS compression, re-routing of outgoing emails, and
* other things that should not happen on development and testing sites.
* Create a settings.local.php file to override variables on secondary (staging,
* development, etc.) installations of this site.
*
* Typical uses of settings.local.php include:
* - Disabling caching.
* - Disabling JavaScript/CSS compression.
* - Rerouting outgoing emails.
*
* Keep this code block at the end of this file to take full effect.
*/