composer update core to 8.7.2
This commit is contained in:
parent
093073f4f5
commit
c4f25bbd0f
|
@ -111,8 +111,7 @@
|
||||||
},
|
},
|
||||||
"patches": {
|
"patches": {
|
||||||
"drupal/core": {
|
"drupal/core": {
|
||||||
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch"
|
||||||
"ViewsEntitySchemaSubscriber should not make an entity update fail if a view cannot be resaved" : "https://www.drupal.org/files/issues/2019-05-06/3052492-11.patch"
|
|
||||||
},
|
},
|
||||||
"drupal/migrate_tools": {
|
"drupal/migrate_tools": {
|
||||||
"The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
|
"The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "97ccc9c274817c838b8df4338cdee191",
|
"content-hash": "d5489fbcb8d53203bc5bd54b4a97ba70",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
|
@ -1319,16 +1319,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cweagans/composer-patches",
|
"name": "cweagans/composer-patches",
|
||||||
"version": "1.6.5",
|
"version": "1.6.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cweagans/composer-patches.git",
|
"url": "https://github.com/cweagans/composer-patches.git",
|
||||||
"reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
|
"reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
|
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/1d89dcc730e7f42426c434b88261fcfb3bce651e",
|
||||||
"reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
|
"reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1359,7 +1359,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Provides a way to patch Composer packages.",
|
"description": "Provides a way to patch Composer packages.",
|
||||||
"time": "2018-05-11T18:00:16+00:00"
|
"time": "2018-10-24T15:51:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "d3/d3",
|
"name": "d3/d3",
|
||||||
|
@ -2139,17 +2139,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/admin_toolbar",
|
"name": "drupal/admin_toolbar",
|
||||||
"version": "1.26.0",
|
"version": "1.27.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
|
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
|
||||||
"reference": "8.x-1.26"
|
"reference": "8.x-1.27"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.26.zip",
|
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.27.zip",
|
||||||
"reference": "8.x-1.26",
|
"reference": "8.x-1.27",
|
||||||
"shasum": "7be9f91008bf17cf49b43d1c8e2211e7a8e40ce4"
|
"shasum": "fed1fbbdf8f805b1da63d73e7e2c54750f354d61"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "*"
|
"drupal/core": "*"
|
||||||
|
@ -2160,8 +2160,8 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.26",
|
"version": "8.x-1.27",
|
||||||
"datestamp": "1549559402",
|
"datestamp": "1558552081",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -2220,17 +2220,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/adminimal_theme",
|
"name": "drupal/adminimal_theme",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/adminimal_theme.git",
|
"url": "https://git.drupalcode.org/project/adminimal_theme.git",
|
||||||
"reference": "8.x-1.4"
|
"reference": "8.x-1.5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.4.zip",
|
"url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.5.zip",
|
||||||
"reference": "8.x-1.4",
|
"reference": "8.x-1.5",
|
||||||
"shasum": "af9cbce473d0bd9590889992200ed175cb7e1159"
|
"shasum": "fb4457015d743faafecaa0776d2bebf2829a6738"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "~8.0"
|
"drupal/core": "~8.0"
|
||||||
|
@ -2241,8 +2241,8 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.4",
|
"version": "8.x-1.5",
|
||||||
"datestamp": "1547996580",
|
"datestamp": "1558584484",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -3709,7 +3709,7 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/commerce_recurring.git",
|
"url": "https://git.drupalcode.org/project/commerce_recurring.git",
|
||||||
"reference": "98aad3d8fc898f7a75ac9ebd1466e8d21b961089"
|
"reference": "b5b0d6c643757006f849225aa5f1535d48328065"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/advancedqueue": "^1.0",
|
"drupal/advancedqueue": "^1.0",
|
||||||
|
@ -3726,8 +3726,8 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.0-beta4+2-dev",
|
"version": "8.x-1.0-beta4+3-dev",
|
||||||
"datestamp": "1556639885",
|
"datestamp": "1556640481",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Dev releases are not covered by Drupal security advisories."
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
|
@ -3778,7 +3778,7 @@
|
||||||
"source": "http://cgit.drupalcode.org/commerce_recurring",
|
"source": "http://cgit.drupalcode.org/commerce_recurring",
|
||||||
"issues": "https://www.drupal.org/project/issues/commerce_recurring"
|
"issues": "https://www.drupal.org/project/issues/commerce_recurring"
|
||||||
},
|
},
|
||||||
"time": "2019-04-30T16:06:41+00:00"
|
"time": "2019-05-20T11:27:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/commerce_store",
|
"name": "drupal/commerce_store",
|
||||||
|
@ -4702,16 +4702,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core",
|
"name": "drupal/core",
|
||||||
"version": "8.7.1",
|
"version": "8.7.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/drupal/core.git",
|
"url": "https://github.com/drupal/core.git",
|
||||||
"reference": "969f24810fb31eac71dd624de593f551bd6dc2a3"
|
"reference": "31c01fe3b4eb8817e8ef127382a67c9e9d78e1a9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/drupal/core/zipball/969f24810fb31eac71dd624de593f551bd6dc2a3",
|
"url": "https://api.github.com/repos/drupal/core/zipball/31c01fe3b4eb8817e8ef127382a67c9e9d78e1a9",
|
||||||
"reference": "969f24810fb31eac71dd624de593f551bd6dc2a3",
|
"reference": "31c01fe3b4eb8817e8ef127382a67c9e9d78e1a9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4922,7 +4922,6 @@
|
||||||
},
|
},
|
||||||
"patches_applied": {
|
"patches_applied": {
|
||||||
"migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
"migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
||||||
"ViewsEntitySchemaSubscriber should not make an entity update fail if a view cannot be resaved": "https://www.drupal.org/files/issues/2019-05-06/3052492-11.patch",
|
|
||||||
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch"
|
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -4947,7 +4946,7 @@
|
||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
||||||
"time": "2019-05-08T16:00:55+00:00"
|
"time": "2019-05-23T07:22:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/cshs",
|
"name": "drupal/cshs",
|
||||||
|
@ -8409,7 +8408,7 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/simplenews.git",
|
"url": "https://git.drupalcode.org/project/simplenews.git",
|
||||||
"reference": "7ad6915749b6b218d3abae5b996db1056e58dc52"
|
"reference": "6396d7ce5bd70bab761e67fe55aac3e5b8f44a27"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "*"
|
"drupal/core": "*"
|
||||||
|
@ -8424,8 +8423,8 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.0-beta1+2-dev",
|
"version": "8.x-1.0-beta1+3-dev",
|
||||||
"datestamp": "1557835085",
|
"datestamp": "1557835385",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Dev releases are not covered by Drupal security advisories."
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
|
@ -8467,7 +8466,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://git.drupalcode.org/project/simplenews"
|
"source": "https://git.drupalcode.org/project/simplenews"
|
||||||
},
|
},
|
||||||
"time": "2019-05-14T11:59:16+00:00"
|
"time": "2019-05-20T20:04:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/smart_trim",
|
"name": "drupal/smart_trim",
|
||||||
|
@ -9723,16 +9722,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "egulias/email-validator",
|
"name": "egulias/email-validator",
|
||||||
"version": "2.1.7",
|
"version": "2.1.8",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/egulias/EmailValidator.git",
|
"url": "https://github.com/egulias/EmailValidator.git",
|
||||||
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
|
"reference": "c26463ff9241f27907112fbcd0c86fa670cfef98"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c26463ff9241f27907112fbcd0c86fa670cfef98",
|
||||||
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
|
"reference": "c26463ff9241f27907112fbcd0c86fa670cfef98",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -9776,7 +9775,7 @@
|
||||||
"validation",
|
"validation",
|
||||||
"validator"
|
"validator"
|
||||||
],
|
],
|
||||||
"time": "2018-12-04T22:38:24+00:00"
|
"time": "2019-05-16T22:02:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fileeye/mimemap",
|
"name": "fileeye/mimemap",
|
||||||
|
@ -16194,16 +16193,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webflo/drupal-core-require-dev",
|
"name": "webflo/drupal-core-require-dev",
|
||||||
"version": "8.7.1",
|
"version": "8.7.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/webflo/drupal-core-require-dev.git",
|
"url": "https://github.com/webflo/drupal-core-require-dev.git",
|
||||||
"reference": "91acb9e4723e371290b11eff67fbb5884d3c8e6c"
|
"reference": "0f1f36e71d63e05f1bb599e0bfd20f7722b700a2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/91acb9e4723e371290b11eff67fbb5884d3c8e6c",
|
"url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/0f1f36e71d63e05f1bb599e0bfd20f7722b700a2",
|
||||||
"reference": "91acb9e4723e371290b11eff67fbb5884d3c8e6c",
|
"reference": "0f1f36e71d63e05f1bb599e0bfd20f7722b700a2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -16211,7 +16210,7 @@
|
||||||
"behat/mink-goutte-driver": "^1.2",
|
"behat/mink-goutte-driver": "^1.2",
|
||||||
"behat/mink-selenium2-driver": "1.3.x-dev",
|
"behat/mink-selenium2-driver": "1.3.x-dev",
|
||||||
"drupal/coder": "^8.3.1",
|
"drupal/coder": "^8.3.1",
|
||||||
"drupal/core": "8.7.1",
|
"drupal/core": "8.7.2",
|
||||||
"jcalderonzumba/gastonjs": "^1.0.2",
|
"jcalderonzumba/gastonjs": "^1.0.2",
|
||||||
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
||||||
"justinrainbow/json-schema": "^5.2",
|
"justinrainbow/json-schema": "^5.2",
|
||||||
|
@ -16228,7 +16227,7 @@
|
||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"description": "require-dev dependencies from drupal/core",
|
"description": "require-dev dependencies from drupal/core",
|
||||||
"time": "2019-05-08T17:31:44+00:00"
|
"time": "2019-05-23T07:31:39+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
* specific needs.
|
* specific needs.
|
||||||
*
|
*
|
||||||
* @code
|
* @code
|
||||||
* $databases['default']['default'] = array (
|
* $databases['default']['default'] = [
|
||||||
* 'database' => 'databasename',
|
* 'database' => 'databasename',
|
||||||
* 'username' => 'sqlusername',
|
* 'username' => 'sqlusername',
|
||||||
* 'password' => 'sqlpassword',
|
* 'password' => 'sqlpassword',
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
* 'driver' => 'mysql',
|
* 'driver' => 'mysql',
|
||||||
* 'prefix' => '',
|
* 'prefix' => '',
|
||||||
* 'collation' => 'utf8mb4_general_ci',
|
* 'collation' => 'utf8mb4_general_ci',
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
*/
|
*/
|
||||||
$databases = [];
|
$databases = [];
|
||||||
|
@ -156,13 +156,13 @@ $databases = [];
|
||||||
* The 'default' element is mandatory and holds the prefix for any tables
|
* The 'default' element is mandatory and holds the prefix for any tables
|
||||||
* not specified elsewhere in the array. Example:
|
* not specified elsewhere in the array. Example:
|
||||||
* @code
|
* @code
|
||||||
* 'prefix' => array(
|
* 'prefix' => [
|
||||||
* 'default' => 'main_',
|
* 'default' => 'main_',
|
||||||
* 'users' => 'shared_',
|
* 'users' => 'shared_',
|
||||||
* 'sessions' => 'shared_',
|
* 'sessions' => 'shared_',
|
||||||
* 'role' => 'shared_',
|
* 'role' => 'shared_',
|
||||||
* 'authmap' => 'shared_',
|
* 'authmap' => 'shared_',
|
||||||
* ),
|
* ],
|
||||||
* @endcode
|
* @endcode
|
||||||
* You can also use a reference to a schema/database as a prefix. This may be
|
* 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
|
* useful if your Drupal installation exists in a schema that is not the default
|
||||||
|
@ -170,13 +170,13 @@ $databases = [];
|
||||||
* time.
|
* time.
|
||||||
* Example:
|
* Example:
|
||||||
* @code
|
* @code
|
||||||
* 'prefix' => array(
|
* 'prefix' => [
|
||||||
* 'default' => 'main.',
|
* 'default' => 'main.',
|
||||||
* 'users' => 'shared.',
|
* 'users' => 'shared.',
|
||||||
* 'sessions' => 'shared.',
|
* 'sessions' => 'shared.',
|
||||||
* 'role' => 'shared.',
|
* 'role' => 'shared.',
|
||||||
* 'authmap' => 'shared.',
|
* 'authmap' => 'shared.',
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
* NOTE: MySQL and SQLite's definition of a schema is a database.
|
* 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
|
* example, to enable MySQL SELECT queries to exceed the max_join_size system
|
||||||
* variable, and to reduce the database connection timeout to 5 seconds:
|
* variable, and to reduce the database connection timeout to 5 seconds:
|
||||||
* @code
|
* @code
|
||||||
* $databases['default']['default'] = array(
|
* $databases['default']['default'] = [
|
||||||
* 'init_commands' => array(
|
* 'init_commands' => [
|
||||||
* 'big_selects' => 'SET SQL_BIG_SELECTS=1',
|
* 'big_selects' => 'SET SQL_BIG_SELECTS=1',
|
||||||
* ),
|
* ],
|
||||||
* 'pdo' => array(
|
* 'pdo' => [
|
||||||
* PDO::ATTR_TIMEOUT => 5,
|
* PDO::ATTR_TIMEOUT => 5,
|
||||||
* ),
|
* ],
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
* WARNING: The above defaults are designed for database portability. Changing
|
* WARNING: The above defaults are designed for database portability. Changing
|
||||||
|
@ -207,22 +207,22 @@ $databases = [];
|
||||||
*
|
*
|
||||||
* Sample Database configuration format for PostgreSQL (pgsql):
|
* Sample Database configuration format for PostgreSQL (pgsql):
|
||||||
* @code
|
* @code
|
||||||
* $databases['default']['default'] = array(
|
* $databases['default']['default'] = [
|
||||||
* 'driver' => 'pgsql',
|
* 'driver' => 'pgsql',
|
||||||
* 'database' => 'databasename',
|
* 'database' => 'databasename',
|
||||||
* 'username' => 'sqlusername',
|
* 'username' => 'sqlusername',
|
||||||
* 'password' => 'sqlpassword',
|
* 'password' => 'sqlpassword',
|
||||||
* 'host' => 'localhost',
|
* 'host' => 'localhost',
|
||||||
* 'prefix' => '',
|
* 'prefix' => '',
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
* Sample Database configuration format for SQLite (sqlite):
|
* Sample Database configuration format for SQLite (sqlite):
|
||||||
* @code
|
* @code
|
||||||
* $databases['default']['default'] = array(
|
* $databases['default']['default'] = [
|
||||||
* 'driver' => 'sqlite',
|
* 'driver' => 'sqlite',
|
||||||
* 'database' => '/path/to/databasefilename',
|
* 'database' => '/path/to/databasefilename',
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -246,9 +246,9 @@ $databases = [];
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
* @code
|
* @code
|
||||||
* $config_directories = array(
|
* $config_directories = [
|
||||||
* CONFIG_SYNC_DIRECTORY => '/directory/outside/webroot',
|
* CONFIG_SYNC_DIRECTORY => '/directory/outside/webroot',
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
*/
|
*/
|
||||||
$config_directories = [];
|
$config_directories = [];
|
||||||
|
@ -705,9 +705,9 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
|
||||||
*
|
*
|
||||||
* For example:
|
* For example:
|
||||||
* @code
|
* @code
|
||||||
* $settings['trusted_host_patterns'] = array(
|
* $settings['trusted_host_patterns'] = [
|
||||||
* '^www\.example\.com$',
|
* '^www\.example\.com$',
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
* will allow the site to only run from www.example.com.
|
* 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:
|
* For example:
|
||||||
* @code
|
* @code
|
||||||
* $settings['trusted_host_patterns'] = array(
|
* $settings['trusted_host_patterns'] = [
|
||||||
* '^example\.com$',
|
* '^example\.com$',
|
||||||
* '^.+\.example\.com$',
|
* '^.+\.example\.com$',
|
||||||
* '^example\.org$',
|
* '^example\.org$',
|
||||||
* '^.+\.example\.org$',
|
* '^.+\.example\.org$',
|
||||||
* );
|
* ];
|
||||||
* @endcode
|
* @endcode
|
||||||
* will allow the site to run off of all variants of example.com and
|
* will allow the site to run off of all variants of example.com and
|
||||||
* example.org, with all subdomains included.
|
* example.org, with all subdomains included.
|
||||||
|
|
Loading…
Reference in New Issue