diff --git a/.travis.yml b/.travis.yml
index 74ff391f3..a9a485d5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ env:
global:
- ORCA_SUT_NAME=acquia/lightning
- ORCA_SUT_BRANCH=8.x-4.x
- - ORCA_VERSION=master
+ - ORCA_VERSION=lightning
- ORCA_PACKAGES_CONFIG_ALTER=../lightning/tests/packages_alter.yml
- ORCA_FIXTURE_PROFILE=lightning
- ORCA_TELEMETRY_ENABLE=TRUE
@@ -27,14 +27,12 @@ matrix:
# Standard ORCA jobs.
- { name: "Static code analysis", env: ORCA_JOB=STATIC_CODE_ANALYSIS }
- { name: "Deprecated code scan", env: ORCA_JOB=DEPRECATED_CODE_SCAN_SUT }
- # Re-enable these jobs when Drupal 8.8 is the "current" version of core.
- # - { name: "Isolated test w/ recommended package versions", env: ORCA_JOB=ISOLATED_RECOMMENDED }
- # - { name: "Integrated test w/ recommended package versions", env: ORCA_JOB=INTEGRATED_RECOMMENDED }
- # Lightning 4.x is incompatible with Drupal Core 8.6.
+ - { name: "Isolated test w/ recommended package versions", env: ORCA_JOB=ISOLATED_RECOMMENDED }
+ - { name: "Integrated test w/ recommended package versions", env: ORCA_JOB=INTEGRATED_RECOMMENDED }
# @todo Uncomment this job once Drupal 8.7 is the "previous" version.
# - { name: "Integrated test w/ recommended package versions & previous minor release of Drupal core", env: ORCA_JOB=CORE_PREVIOUS }
- # - { name: "Isolated test w/ dev package versions", env: ORCA_JOB=ISOLATED_DEV }
- # - { name: "Integrated test w/ dev package versions", env: ORCA_JOB=INTEGRATED_DEV }
+ - { name: "Isolated test w/ dev package versions", env: ORCA_JOB=ISOLATED_DEV }
+ - { name: "Integrated test w/ dev package versions", env: ORCA_JOB=INTEGRATED_DEV }
- { name: "Integrated test w/ dev package versions & next minor dev version of Drupal core", env: ORCA_JOB=CORE_NEXT }
# - { name: "Contrib: Deprecated code scan", env: ORCA_JOB=DEPRECATED_CODE_SCAN_CONTRIB }
# Custom job.
@@ -42,8 +40,7 @@ matrix:
# path from Panels and Panelizer exists.
allow_failures:
- env: ORCA_JOB=INTEGRATED_DEV
- # Allow this to fail when Drupal 8.8 is the "current" version.
- # - env: ORCA_JOB=CORE_NEXT
+ - env: ORCA_JOB=CORE_NEXT
- env: ORCA_JOB=DEPRECATED_CODE_SCAN_CONTRIB
before_install:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a98254f04..e5e0bde6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## 4.1.0
+* Updated Lightning Workflow to 3.14:
+ * Made Lightning Workflow compatible any installation profile.
+ (Issue #3089223)
+ * Fixed a bug where Lightning Scheduler's JavaScript libraries were not
+ properly declared as external. (Issue #3089153)
+* Updated Lightning Core to 5.0:
+ * Updated Drupal core to 8.8.0.
+ * Fixed all known deprecations. (Issue #3096212)
+ * Updated Metatag to 1.10.
+ * Updated Pathauto to 1.6.
+ * Fixed an incompatibility between Lightning Page and Lightning Workflow
+ 3.14 and later.
+* Updated Lightning Layout to 2.4:
+ * Fixed an incompatibility between Lightning Landing Page and Lightning
+ Workflow 3.14 and later.
+* Updated Lightning API to 4.4.
+* Updated Lightning Media to 3.14.
+
## 4.1.0-beta1
* Updated Lightning Core to 5.0-beta1:
* Updated Drupal core to 8.8.0-beta1.
diff --git a/UPDATE.md b/UPDATE.md
index c196418ee..b04ed5566 100644
--- a/UPDATE.md
+++ b/UPDATE.md
@@ -140,13 +140,17 @@ are currently running 2.2.0 and are trying to update to 2.2.6, you will need to
follow the instructions for updating from 2.2.0 to 2.2.1, then from 2.2.1 to
2.2.2, in that order.
+## 4.1.0-beta1 to 4.1.0
+There are no manual update steps for this version.
+
## 4.0.5 to 4.1.0-beta1
There are no manual update steps for this version.
## 4.0.4 to 4.0.5
* If you would like to enable support for autosave on your site, install the
Autosave Form and Conflict modules.
-* If you would like to enable improved redirect handling, install the Redirect module.
+* If you would like to enable improved redirect handling, install the Redirect
+ module.
## 4.0.3 to 4.0.4
There are no manual update steps for this version.
@@ -161,11 +165,12 @@ There are no manual update steps for this version.
There are no manual update steps for this version.
### 3.3.1 to 4.0.0
-Lightning 4.0.0 includes Lightning Layout 2.0, which uses Layout Builder in place
-of Panels and Panelizer. However, both modules are still packaged with Lightning
-Layout, allowing you to migrate your layouts manually to Layout Builder as needed.
-An automated migration path will eventually be introduced, but until then, any
-Panelizer/Panels layouts you have should continue to work as before.
+Lightning 4.0.0 includes Lightning Layout 2.0, which uses Layout Builder in
+place of Panels and Panelizer. However, both modules are still packaged with
+Lightning Layout, allowing you to migrate your layouts manually to Layout
+Builder as needed. An automated migration path will eventually be introduced,
+but until then, any Panelizer/Panels layouts you have should continue to work
+as before.
## 3.3.0 to 3.3.1
There are no manual update steps for this version.
@@ -214,8 +219,11 @@ There are no manual update steps for this version.
at the command line with Drush (or, if you have Devel installed, at the
`/devel/php` path) to do it:
```
-drush php:eval "entity_load('entity_browser', 'media_browser')->createDuplicate()->setName('ckeditor_media_browser')
->setLabel('Media browser (CKEditor)')->save();"
+drush php:eval "entity_load('entity_browser', 'media_browser')
+ ->createDuplicate()
+ ->setName('ckeditor_media_browser')
+ ->setLabel('Media browser (CKEditor)')
+ ->save();"
```
2. Configure the "Media browser" embed button to use the duplicate you just
created.
@@ -226,7 +234,10 @@ drush php:eval "entity_load('entity_browser', 'media_browser')->createDuplicate(
command line with Drush, as in this example, or at `/devel/php` if you have
Devel installed):
```
-drush php:eval "Drupal::service('lightning.content_roles')->grantPermissions('creator', 'use ckeditor_media_browser entity browser pages');"
+drush php:eval "Drupal::service('lightning.content_roles')
+ ->grantPermissions('creator', [
+ 'use ckeditor_media_browser entity browser pages',
+ ]);"
```
5. Edit the pre-existing media browser -- _not_ the duplicate -- to use the
Modal display plugin. Leave the "Width" and "Height" options empty to make
@@ -253,7 +264,8 @@ There are no manual update steps for this version.
3. Rewrite the content of the "Moderation state" field to this Twig template
code:
```
-Set to {{ moderation_state }} on {{ revision_timestamp }} by {{ revision_uid }}
+Set to {{ moderation_state }} on
+{{ revision_timestamp }} by {{ revision_uid }}
```
### 3.2.2 to 3.2.3
@@ -576,8 +588,9 @@ There are no manual update steps for this version.
**Note:**
There is a known issue with Metatag version 8.x-1.1 where you might need to
-clear your site's cache after updating. See [Metatag 8.x-1.1 Release notes][metatag8.x-1.1]
-and this [related issue][2882954].
+clear your site's cache after updating. See
+[Metatag 8.x-1.1 Release notes][metatag8.x-1.1] and this
+[related issue][2882954].
As per our Dependency Constraint Policy, Lightning doesn't pin to a specific
version of Metatag, so depending on your your setup, Metatag is likely to be
diff --git a/composer.json b/composer.json
index d43391581..74ff54988 100644
--- a/composer.json
+++ b/composer.json
@@ -8,7 +8,7 @@
"cweagans/composer-patches": "^1.6.4",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/lightning_api": "^4.4",
- "drupal/lightning_core": "^5.0-beta3",
+ "drupal/lightning_core": "^5.0",
"drupal/lightning_layout": "^2.4",
"drupal/lightning_media": "^3.14",
"drupal/lightning_workflow": "^3.14",
diff --git a/composer.lock b/composer.lock
index 9b1f9e701..c2056da16 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "91f42bc4a344746807b6485c32cb602f",
+ "content-hash": "360c6f614e3d49b9b3f2bfaa760ade93",
"packages": [
{
"name": "asm89/stack-cors",
@@ -96,7 +96,7 @@
"version": "3.4.1",
"source": {
"type": "git",
- "url": "git@github.com:jquery/jquery-dist.git",
+ "url": "https://github.com/jquery/jquery-dist.git",
"reference": "15bc73803f76bc53b654b9fdbbbc096f56d7c03d"
},
"dist": {
@@ -114,7 +114,7 @@
"version": "v1.8.1",
"source": {
"type": "git",
- "url": "git@github.com:kenwheeler/slick.git",
+ "url": "https://github.com/kenwheeler/slick.git",
"reference": "0f40c9d6a02a5c08b5f4dd80fdada3a854a59bee"
},
"dist": {
@@ -547,16 +547,16 @@
},
{
"name": "doctrine/cache",
- "version": "1.9.1",
+ "version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
- "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55"
+ "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55",
- "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55",
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
+ "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
"shasum": ""
},
"require": {
@@ -623,10 +623,9 @@
"memcached",
"php",
"redis",
- "riak",
"xcache"
],
- "time": "2019-11-15T14:31:57+00:00"
+ "time": "2019-11-29T15:36:20+00:00"
},
{
"name": "doctrine/collections",
@@ -1543,7 +1542,7 @@
},
"drupal": {
"version": "8.x-1.9",
- "datestamp": "1549832280",
+ "datestamp": "1574140673",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -1639,16 +1638,16 @@
},
{
"name": "drupal/core",
- "version": "8.8.0-beta1",
+ "version": "8.8.0",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
- "reference": "6017c881bc0cec2d096a1e9d31c36f6a06e1f560"
+ "reference": "c4890669449ccbab770818de9c9cb7a9f0ffc32e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core/zipball/6017c881bc0cec2d096a1e9d31c36f6a06e1f560",
- "reference": "6017c881bc0cec2d096a1e9d31c36f6a06e1f560",
+ "url": "https://api.github.com/repos/drupal/core/zipball/c4890669449ccbab770818de9c9cb7a9f0ffc32e",
+ "reference": "c4890669449ccbab770818de9c9cb7a9f0ffc32e",
"shasum": ""
},
"require": {
@@ -1845,7 +1844,7 @@
},
"patches_applied": {
"2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch",
- "2815221 - Add quickedit to the latest-revision route": "https://www.drupal.org/files/issues/2019-03-05/2815221-116.patch",
+ "2815221 - Add quickedit to the latest-revision route": "https://www.drupal.org/files/issues/2019-11-27/2815221-125.patch",
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch",
"2914389 - Allow profiles to exclude dependencies of their parent": "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
}
@@ -1871,7 +1870,7 @@
"GPL-2.0-or-later"
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
- "time": "2019-11-08T23:22:14+00:00"
+ "time": "2019-12-04T08:44:18+00:00"
},
{
"name": "drupal/crop",
@@ -3220,24 +3219,24 @@
},
{
"name": "drupal/lightning_core",
- "version": "5.0.0-beta3",
+ "version": "5.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/lightning_core.git",
- "reference": "8.x-5.0-beta3"
+ "reference": "8.x-5.0"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/lightning_core-8.x-5.0-beta3.zip",
- "reference": "8.x-5.0-beta3",
- "shasum": "b6abdc8d3788206552bf8556302fa9cc18184c18"
+ "url": "https://ftp.drupal.org/files/projects/lightning_core-8.x-5.0.zip",
+ "reference": "8.x-5.0",
+ "shasum": "d5fc8aa7df8eea2cb30d6a2b2099f6bda75a143a"
},
"require": {
"drupal/acquia_connector": "*",
"drupal/contact_storage": "^1.0.0-beta10",
- "drupal/core": "~8.8.0-beta1 || 8.8.x-dev",
- "drupal/metatag": "^1.9",
- "drupal/pathauto": "1.6-alpha1",
+ "drupal/core": "~8.8.0 || 8.8.x-dev",
+ "drupal/metatag": "^1.10",
+ "drupal/pathauto": "^1.6",
"drupal/redirect": "^1.4",
"drupal/search_api": "^1.0",
"drupal/token": "^1.0",
@@ -3263,14 +3262,14 @@
"extra": {
"branch-alias": {
"dev-5.x": "5.x-dev",
- "dev-8.x-4.x": "4.x-dev"
+ "dev-8.x-5.x": "5.x-dev"
},
"drupal": {
- "version": "8.x-5.0-beta3",
- "datestamp": "1573851485",
+ "version": "8.x-5.0",
+ "datestamp": "1575473880",
"security-coverage": {
- "status": "not-covered",
- "message": "Beta releases are not covered by Drupal security advisories."
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
@@ -3305,12 +3304,9 @@
"patches": {
"drupal/core": {
"2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch",
- "2815221 - Add quickedit to the latest-revision route": "https://www.drupal.org/files/issues/2019-03-05/2815221-116.patch",
+ "2815221 - Add quickedit to the latest-revision route": "https://www.drupal.org/files/issues/2019-11-27/2815221-125.patch",
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch",
"2914389 - Allow profiles to exclude dependencies of their parent": "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
- },
- "drupal/pathauto": {
- "3093401 - Compatibility with Drupal 8.8.0-beta1": "https://www.drupal.org/files/issues/2019-11-11/3093401-6.patch"
}
}
},
@@ -4638,17 +4634,17 @@
},
{
"name": "drupal/pathauto",
- "version": "1.6.0-alpha1",
+ "version": "1.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git",
- "reference": "8.x-1.6-alpha1"
+ "reference": "8.x-1.6"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.6-alpha1.zip",
- "reference": "8.x-1.6-alpha1",
- "shasum": "1d4aeca37c2bb1255186be4f8d2570b7585aa4e2"
+ "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.6.zip",
+ "reference": "8.x-1.6",
+ "shasum": "eb976ae110d73c06fafb1b657adb967dd2cb8246"
},
"require": {
"drupal/core": "^8.6",
@@ -4661,15 +4657,12 @@
"dev-1.x": "1.x-dev"
},
"drupal": {
- "version": "8.x-1.6-alpha1",
- "datestamp": "1573505285",
+ "version": "8.x-1.6",
+ "datestamp": "1575467285",
"security-coverage": {
- "status": "not-covered",
- "message": "Alpha releases are not covered by Drupal security advisories."
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
}
- },
- "patches_applied": {
- "3093401 - Compatibility with Drupal 8.8.0-beta1": "https://www.drupal.org/files/issues/2019-11-11/3093401-6.patch"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
@@ -5000,17 +4993,17 @@
},
{
"name": "drupal/search_api_solr",
- "version": "1.2.0",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/search_api_solr.git",
- "reference": "8.x-1.2"
+ "reference": "8.x-1.3"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/search_api_solr-8.x-1.2.zip",
- "reference": "8.x-1.2",
- "shasum": "cd77fc851d36ecfb04a0c29967c93e5c47e2d2c6"
+ "url": "https://ftp.drupal.org/files/projects/search_api_solr-8.x-1.3.zip",
+ "reference": "8.x-1.3",
+ "shasum": "2b980ad4f43540b8e5e1fd5a90054d427815d55e"
},
"require": {
"drupal/core": "~8.0",
@@ -5034,8 +5027,8 @@
"dev-1.x": "1.x-dev"
},
"drupal": {
- "version": "8.x-1.2",
- "datestamp": "1559917500",
+ "version": "8.x-1.3",
+ "datestamp": "1575044885",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -6359,16 +6352,16 @@
},
{
"name": "pear/archive_tar",
- "version": "1.4.8",
+ "version": "1.4.9",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
- "reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5"
+ "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
- "reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
+ "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0",
+ "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0",
"shasum": ""
},
"require": {
@@ -6421,20 +6414,20 @@
"archive",
"tar"
],
- "time": "2019-10-21T13:31:24+00:00"
+ "time": "2019-12-04T10:17:28+00:00"
},
{
"name": "pear/console_getopt",
- "version": "v1.4.2",
+ "version": "v1.4.3",
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
- "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
+ "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
- "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
+ "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
+ "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"shasum": ""
},
"type": "library",
@@ -6451,11 +6444,6 @@
"BSD-2-Clause"
],
"authors": [
- {
- "name": "Greg Beaver",
- "email": "cellog@php.net",
- "role": "Helper"
- },
{
"name": "Andrei Zmievski",
"email": "andrei@php.net",
@@ -6465,23 +6453,28 @@
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Developer"
+ },
+ {
+ "name": "Greg Beaver",
+ "email": "cellog@php.net",
+ "role": "Helper"
}
],
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
- "time": "2019-02-06T16:52:33+00:00"
+ "time": "2019-11-20T18:27:48+00:00"
},
{
"name": "pear/pear-core-minimal",
- "version": "v1.10.9",
+ "version": "v1.10.10",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
- "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f"
+ "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f",
- "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f",
+ "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
+ "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
"shasum": ""
},
"require": {
@@ -6512,7 +6505,7 @@
}
],
"description": "Minimal set of PEAR core files to be used as composer dependency",
- "time": "2019-03-13T18:15:44+00:00"
+ "time": "2019-11-19T19:00:24+00:00"
},
{
"name": "pear/pear_exception",
@@ -7014,16 +7007,16 @@
},
{
"name": "swagger-api/swagger-ui",
- "version": "v3.24.2",
+ "version": "v3.24.3",
"source": {
"type": "git",
"url": "https://github.com/swagger-api/swagger-ui.git",
- "reference": "b91eb3099eabb5b9c35f482b4bb6afd7fee114f6"
+ "reference": "94e101924b84435585896f4ea7c4092182a91f23"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/b91eb3099eabb5b9c35f482b4bb6afd7fee114f6",
- "reference": "b91eb3099eabb5b9c35f482b4bb6afd7fee114f6",
+ "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/94e101924b84435585896f4ea7c4092182a91f23",
+ "reference": "94e101924b84435585896f4ea7c4092182a91f23",
"shasum": ""
},
"type": "library",
@@ -7067,7 +7060,7 @@
"swagger",
"ui"
],
- "time": "2019-11-04T05:05:56+00:00"
+ "time": "2019-11-18T00:04:23+00:00"
},
{
"name": "symfony-cmf/routing",
@@ -7130,7 +7123,7 @@
},
{
"name": "symfony/class-loader",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
@@ -7186,16 +7179,16 @@
},
{
"name": "symfony/console",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7"
+ "reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/17b154f932c5874cdbda6d05796b6490eec9f9f7",
- "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7",
+ "url": "https://api.github.com/repos/symfony/console/zipball/1ee23b3b659b06c622f2bd2492a229e416eb4586",
+ "reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586",
"shasum": ""
},
"require": {
@@ -7254,11 +7247,11 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
- "time": "2019-11-13T07:12:39+00:00"
+ "time": "2019-12-01T10:04:45+00:00"
},
{
"name": "symfony/debug",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
@@ -7314,16 +7307,16 @@
},
{
"name": "symfony/dependency-injection",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "0ea4d39ca82409a25a43b61ce828048a90000920"
+ "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920",
- "reference": "0ea4d39ca82409a25a43b61ce828048a90000920",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2",
+ "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2",
"shasum": ""
},
"require": {
@@ -7381,11 +7374,11 @@
],
"description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com",
- "time": "2019-11-08T16:18:30+00:00"
+ "time": "2019-12-01T08:33:36+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
@@ -7448,16 +7441,16 @@
},
{
"name": "symfony/http-foundation",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce"
+ "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce",
- "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593",
+ "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593",
"shasum": ""
},
"require": {
@@ -7498,20 +7491,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
- "time": "2019-11-11T12:53:10+00:00"
+ "time": "2019-11-28T12:52:59+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9"
+ "reference": "c42c8339acb28cfff0fb1786948db4d23d609ff7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
- "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c42c8339acb28cfff0fb1786948db4d23d609ff7",
+ "reference": "c42c8339acb28cfff0fb1786948db4d23d609ff7",
"shasum": ""
},
"require": {
@@ -7588,20 +7581,20 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
- "time": "2019-11-13T08:44:50+00:00"
+ "time": "2019-12-01T13:50:37+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.12.0",
+ "version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
+ "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
- "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
+ "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"shasum": ""
},
"require": {
@@ -7613,7 +7606,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12-dev"
+ "dev-master": "1.13-dev"
}
},
"autoload": {
@@ -7646,20 +7639,20 @@
"polyfill",
"portable"
],
- "time": "2019-08-06T08:03:45+00:00"
+ "time": "2019-11-27T13:56:44+00:00"
},
{
"name": "symfony/polyfill-iconv",
- "version": "v1.12.0",
+ "version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
- "reference": "685968b11e61a347c18bf25db32effa478be610f"
+ "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
- "reference": "685968b11e61a347c18bf25db32effa478be610f",
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
+ "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
"shasum": ""
},
"require": {
@@ -7671,7 +7664,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12-dev"
+ "dev-master": "1.13-dev"
}
},
"autoload": {
@@ -7705,20 +7698,20 @@
"portable",
"shim"
],
- "time": "2019-08-06T08:03:45+00:00"
+ "time": "2019-11-27T13:56:44+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.12.0",
+ "version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
+ "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
- "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
+ "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
"shasum": ""
},
"require": {
@@ -7730,7 +7723,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12-dev"
+ "dev-master": "1.13-dev"
}
},
"autoload": {
@@ -7764,20 +7757,20 @@
"portable",
"shim"
],
- "time": "2019-08-06T08:03:45+00:00"
+ "time": "2019-11-27T14:18:11+00:00"
},
{
"name": "symfony/polyfill-php56",
- "version": "v1.12.0",
+ "version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
- "reference": "0e3b212e96a51338639d8ce175c046d7729c3403"
+ "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403",
- "reference": "0e3b212e96a51338639d8ce175c046d7729c3403",
+ "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
+ "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
"shasum": ""
},
"require": {
@@ -7787,7 +7780,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12-dev"
+ "dev-master": "1.13-dev"
}
},
"autoload": {
@@ -7820,20 +7813,20 @@
"portable",
"shim"
],
- "time": "2019-08-06T08:03:45+00:00"
+ "time": "2019-11-27T13:56:44+00:00"
},
{
"name": "symfony/polyfill-php70",
- "version": "v1.12.0",
+ "version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
- "reference": "54b4c428a0054e254223797d2713c31e08610831"
+ "reference": "af23c7bb26a73b850840823662dda371484926c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831",
- "reference": "54b4c428a0054e254223797d2713c31e08610831",
+ "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
+ "reference": "af23c7bb26a73b850840823662dda371484926c4",
"shasum": ""
},
"require": {
@@ -7843,7 +7836,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12-dev"
+ "dev-master": "1.13-dev"
}
},
"autoload": {
@@ -7879,20 +7872,20 @@
"portable",
"shim"
],
- "time": "2019-08-06T08:03:45+00:00"
+ "time": "2019-11-27T13:56:44+00:00"
},
{
"name": "symfony/polyfill-util",
- "version": "v1.12.0",
+ "version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
- "reference": "4317de1386717b4c22caed7725350a8887ab205c"
+ "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c",
- "reference": "4317de1386717b4c22caed7725350a8887ab205c",
+ "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
+ "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
"shasum": ""
},
"require": {
@@ -7901,7 +7894,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12-dev"
+ "dev-master": "1.13-dev"
}
},
"autoload": {
@@ -7931,20 +7924,20 @@
"polyfill",
"shim"
],
- "time": "2019-08-06T08:03:45+00:00"
+ "time": "2019-11-27T13:56:44+00:00"
},
{
"name": "symfony/process",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e"
+ "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
- "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
+ "url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2",
+ "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2",
"shasum": ""
},
"require": {
@@ -7980,7 +7973,7 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
- "time": "2019-10-24T15:33:53+00:00"
+ "time": "2019-11-28T10:05:51+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
@@ -8049,16 +8042,16 @@
},
{
"name": "symfony/routing",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5"
+ "reference": "b689ccd48e234ea404806d94b07eeb45f9f6f06a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
- "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/b689ccd48e234ea404806d94b07eeb45f9f6f06a",
+ "reference": "b689ccd48e234ea404806d94b07eeb45f9f6f06a",
"shasum": ""
},
"require": {
@@ -8121,20 +8114,20 @@
"uri",
"url"
],
- "time": "2019-11-08T17:25:00+00:00"
+ "time": "2019-12-01T08:33:36+00:00"
},
{
"name": "symfony/serializer",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675"
+ "reference": "05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675",
- "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42",
+ "reference": "05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42",
"shasum": ""
},
"require": {
@@ -8200,20 +8193,20 @@
],
"description": "Symfony Serializer Component",
"homepage": "https://symfony.com",
- "time": "2019-11-12T17:51:12+00:00"
+ "time": "2019-11-25T16:36:22+00:00"
},
{
"name": "symfony/translation",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772"
+ "reference": "0be25347c4a8695d9423fe897f4c774f46e97b51"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772",
- "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/0be25347c4a8695d9423fe897f4c774f46e97b51",
+ "reference": "0be25347c4a8695d9423fe897f4c774f46e97b51",
"shasum": ""
},
"require": {
@@ -8270,20 +8263,20 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
- "time": "2019-10-30T12:43:22+00:00"
+ "time": "2019-11-23T20:30:33+00:00"
},
{
"name": "symfony/validator",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80"
+ "reference": "55e329a518baa3b169b7d278620ae2cd76005188"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/b11f45742c5c9a228cedc46b70c6317780a1ac80",
- "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/55e329a518baa3b169b7d278620ae2cd76005188",
+ "reference": "55e329a518baa3b169b7d278620ae2cd76005188",
"shasum": ""
},
"require": {
@@ -8356,11 +8349,11 @@
],
"description": "Symfony Validator Component",
"homepage": "https://symfony.com",
- "time": "2019-11-05T22:03:38+00:00"
+ "time": "2019-11-29T19:07:18+00:00"
},
{
"name": "symfony/yaml",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
@@ -8554,31 +8547,29 @@
},
{
"name": "webmozart/assert",
- "version": "1.5.0",
+ "version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
- "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
+ "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
- "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
+ "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
+ "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
+ "conflict": {
+ "vimeo/psalm": "<3.6.0"
+ },
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3-dev"
- }
- },
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
@@ -8600,7 +8591,7 @@
"check",
"validate"
],
- "time": "2019-08-24T08:43:50+00:00"
+ "time": "2019-11-24T13:36:37+00:00"
},
{
"name": "zendframework/zend-diactoros",
@@ -10343,6 +10334,7 @@
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"homepage": "https://github.com/container-interop/container-interop",
+ "abandoned": "psr/container",
"time": "2017-02-14T19:40:03+00:00"
},
{
@@ -12858,16 +12850,16 @@
},
{
"name": "psy/psysh",
- "version": "v0.9.9",
+ "version": "v0.9.11",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
- "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
+ "reference": "75d9ac1c16db676de27ab554a4152b594be4748e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
- "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/75d9ac1c16db676de27ab554a4152b594be4748e",
+ "reference": "75d9ac1c16db676de27ab554a4152b594be4748e",
"shasum": ""
},
"require": {
@@ -12877,8 +12869,8 @@
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
- "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
- "symfony/var-dumper": "~2.7|~3.0|~4.0"
+ "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
+ "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
@@ -12928,7 +12920,7 @@
"interactive",
"shell"
],
- "time": "2018-10-13T15:16:03+00:00"
+ "time": "2019-11-27T22:44:29+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@@ -13673,16 +13665,16 @@
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.5.2",
+ "version": "3.5.3",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7"
+ "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
- "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
+ "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
"shasum": ""
},
"require": {
@@ -13720,11 +13712,11 @@
"phpcs",
"standards"
],
- "time": "2019-10-28T04:36:32+00:00"
+ "time": "2019-12-04T04:46:47+00:00"
},
{
"name": "symfony/browser-kit",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
@@ -13781,32 +13773,32 @@
},
{
"name": "symfony/config",
- "version": "v4.3.8",
+ "version": "v4.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "8267214841c44d315a55242ea867684eb43c42ce"
+ "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/8267214841c44d315a55242ea867684eb43c42ce",
- "reference": "8267214841c44d315a55242ea867684eb43c42ce",
+ "url": "https://api.github.com/repos/symfony/config/zipball/7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c",
+ "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c",
"shasum": ""
},
"require": {
"php": "^7.1.3",
- "symfony/filesystem": "~3.4|~4.0",
+ "symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/finder": "<3.4"
},
"require-dev": {
- "symfony/dependency-injection": "~3.4|~4.0",
- "symfony/event-dispatcher": "~3.4|~4.0",
- "symfony/finder": "~3.4|~4.0",
- "symfony/messenger": "~4.1",
- "symfony/yaml": "~3.4|~4.0"
+ "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
+ "symfony/finder": "^3.4|^4.0|^5.0",
+ "symfony/messenger": "^4.1|^5.0",
+ "symfony/service-contracts": "^1.1|^2",
+ "symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
@@ -13814,7 +13806,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-master": "4.4-dev"
}
},
"autoload": {
@@ -13841,11 +13833,11 @@
],
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
- "time": "2019-11-08T08:31:27+00:00"
+ "time": "2019-12-01T10:50:45+00:00"
},
{
"name": "symfony/css-selector",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
@@ -13898,16 +13890,16 @@
},
{
"name": "symfony/dom-crawler",
- "version": "v4.3.8",
+ "version": "v4.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
- "reference": "4b9efd5708c3a38593e19b6a33e40867f4f89d72"
+ "reference": "36bbcab9369fc2f583220890efd43bf262d563fd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b9efd5708c3a38593e19b6a33e40867f4f89d72",
- "reference": "4b9efd5708c3a38593e19b6a33e40867f4f89d72",
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/36bbcab9369fc2f583220890efd43bf262d563fd",
+ "reference": "36bbcab9369fc2f583220890efd43bf262d563fd",
"shasum": ""
},
"require": {
@@ -13920,7 +13912,7 @@
},
"require-dev": {
"masterminds/html5": "^2.6",
- "symfony/css-selector": "~3.4|~4.0"
+ "symfony/css-selector": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/css-selector": ""
@@ -13928,7 +13920,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-master": "4.4-dev"
}
},
"autoload": {
@@ -13955,20 +13947,20 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
- "time": "2019-10-28T17:07:32+00:00"
+ "time": "2019-10-29T11:38:30+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516"
+ "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
- "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/00cdad0936d06fab136944bc2342b762b1c3a4a2",
+ "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2",
"shasum": ""
},
"require": {
@@ -14005,20 +13997,20 @@
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
- "time": "2019-08-20T13:31:17+00:00"
+ "time": "2019-11-25T16:36:22+00:00"
},
{
"name": "symfony/finder",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8"
+ "reference": "290ae21279b37bfd287cdcce640d51204e84afdf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/3e915e5ce305f8bc8017597f71f1f4095092ddf8",
- "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/290ae21279b37bfd287cdcce640d51204e84afdf",
+ "reference": "290ae21279b37bfd287cdcce640d51204e84afdf",
"shasum": ""
},
"require": {
@@ -14054,11 +14046,11 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
- "time": "2019-10-30T12:43:22+00:00"
+ "time": "2019-11-17T21:55:15+00:00"
},
{
"name": "symfony/lock",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/lock.git",
@@ -14120,16 +14112,16 @@
},
{
"name": "symfony/options-resolver",
- "version": "v4.3.8",
+ "version": "v4.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
- "reference": "f46c7fc8e207bd8a2188f54f8738f232533765a4"
+ "reference": "2be23e63f33de16b49294ea6581f462932a77e2f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f46c7fc8e207bd8a2188f54f8738f232533765a4",
- "reference": "f46c7fc8e207bd8a2188f54f8738f232533765a4",
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/2be23e63f33de16b49294ea6581f462932a77e2f",
+ "reference": "2be23e63f33de16b49294ea6581f462932a77e2f",
"shasum": ""
},
"require": {
@@ -14138,7 +14130,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-master": "4.4-dev"
}
},
"autoload": {
@@ -14170,11 +14162,11 @@
"configuration",
"options"
],
- "time": "2019-10-28T20:59:01+00:00"
+ "time": "2019-10-28T21:57:16+00:00"
},
{
"name": "symfony/phpunit-bridge",
- "version": "v3.4.35",
+ "version": "v3.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
@@ -14239,16 +14231,16 @@
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.12.0",
+ "version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "04ce3335667451138df4307d6a9b61565560199e"
+ "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
- "reference": "04ce3335667451138df4307d6a9b61565560199e",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
+ "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
"shasum": ""
},
"require": {
@@ -14257,7 +14249,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12-dev"
+ "dev-master": "1.13-dev"
}
},
"autoload": {
@@ -14290,20 +14282,20 @@
"portable",
"shim"
],
- "time": "2019-08-06T08:03:45+00:00"
+ "time": "2019-11-27T13:56:44+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v4.3.8",
+ "version": "v4.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf"
+ "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf",
- "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
+ "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
"shasum": ""
},
"require": {
@@ -14317,9 +14309,9 @@
},
"require-dev": {
"ext-iconv": "*",
- "symfony/console": "~3.4|~4.0",
- "symfony/process": "~3.4|~4.0",
- "twig/twig": "~1.34|~2.4"
+ "symfony/console": "^3.4|^4.0|^5.0",
+ "symfony/process": "^4.4|^5.0",
+ "twig/twig": "^1.34|^2.4|^3.0"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
@@ -14332,7 +14324,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-master": "4.4-dev"
}
},
"autoload": {
@@ -14366,7 +14358,7 @@
"debug",
"dump"
],
- "time": "2019-10-13T12:02:04+00:00"
+ "time": "2019-11-28T13:33:56+00:00"
},
{
"name": "theseer/fdomdocument",
@@ -14489,16 +14481,16 @@
},
{
"name": "webflo/drupal-core-require-dev",
- "version": "8.8.0-beta1",
+ "version": "8.8.0",
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-core-require-dev.git",
- "reference": "80f7ed3d4f7328b4bf2b2eba02061919c10aac44"
+ "reference": "175535d94c4580901e153b51571cfd67ef443dc2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/80f7ed3d4f7328b4bf2b2eba02061919c10aac44",
- "reference": "80f7ed3d4f7328b4bf2b2eba02061919c10aac44",
+ "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/175535d94c4580901e153b51571cfd67ef443dc2",
+ "reference": "175535d94c4580901e153b51571cfd67ef443dc2",
"shasum": ""
},
"require": {
@@ -14507,7 +14499,7 @@
"behat/mink-selenium2-driver": "1.3.x-dev",
"composer/composer": "^1.9.1",
"drupal/coder": "^8.3.2",
- "drupal/core": "8.8.0-beta1",
+ "drupal/core": "8.8.0",
"jcalderonzumba/gastonjs": "^1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
"justinrainbow/json-schema": "^5.2",
@@ -14528,7 +14520,8 @@
"GPL-2.0-or-later"
],
"description": "require-dev dependencies from drupal/core",
- "time": "2019-11-08T23:31:45+00:00"
+ "abandoned": "drupal/core-dev",
+ "time": "2019-12-04T09:01:49+00:00"
},
{
"name": "webflo/drupal-finder",
@@ -14618,27 +14611,27 @@
},
{
"name": "weitzman/drupal-test-traits",
- "version": "1.3.0",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://gitlab.com/weitzman/drupal-test-traits.git",
- "reference": "f234f4a4863c21ddeb202f70771f427d03c8805f"
+ "reference": "d3d69f8822d609e2953fbef47f5c04ce1f3c3ba6"
},
"dist": {
"type": "zip",
- "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=f234f4a4863c21ddeb202f70771f427d03c8805f",
- "reference": "f234f4a4863c21ddeb202f70771f427d03c8805f",
+ "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=d3d69f8822d609e2953fbef47f5c04ce1f3c3ba6",
+ "reference": "d3d69f8822d609e2953fbef47f5c04ce1f3c3ba6",
"shasum": ""
},
"require": {
- "behat/mink": "1.8.0 | 1.7.1.1 | 1.7.x-dev",
+ "behat/mink": "1.8.0 | 1.7.1 | 1.7.x-dev",
"behat/mink-goutte-driver": "^1.2",
"php": ">=7.0.8",
"phpunit/phpunit": "^6.5 || ^7",
"webflo/drupal-finder": "^1.1"
},
"require-dev": {
- "behat/mink-selenium2-driver": "1.4.0 | 1.3.1.1 | 1.3.x-dev",
+ "behat/mink-selenium2-driver": "1.4.0 | 1.3.1 | 1.3.x-dev",
"composer/installers": "^1.2",
"dmore/chrome-mink-driver": "^2.6",
"drupal-composer/drupal-scaffold": "2.3.0",
@@ -14672,7 +14665,7 @@
}
],
"description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).",
- "time": "2019-10-18T00:25:49+00:00"
+ "time": "2019-11-29T09:34:00+00:00"
}
],
"aliases": [],
diff --git a/drupal-org-core.make b/drupal-org-core.make
index 194449803..bfe4a27ea 100644
--- a/drupal-org-core.make
+++ b/drupal-org-core.make
@@ -4,8 +4,8 @@ projects[drupal][type] = core
projects[drupal][download][type] = git
projects[drupal][download][url] = https://git.drupal.org/project/drupal.git
projects[drupal][download][branch] = 8.8.x
-projects[drupal][download][tag] = 8.8.0-beta1
+projects[drupal][download][tag] = 8.8.0
projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch
-projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-03-05/2815221-116.patch
+projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-11-27/2815221-125.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch
\ No newline at end of file
diff --git a/drupal-org.make b/drupal-org.make
index f51ba3899..0fd47d74d 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -53,7 +53,7 @@ projects[libraries][version] = 3.0-alpha1
projects[lightning_api][type] = module
projects[lightning_api][version] = 4.4
projects[lightning_core][type] = module
-projects[lightning_core][version] = 5.0-beta3
+projects[lightning_core][version] = 5.0
projects[lightning_layout][type] = module
projects[lightning_layout][version] = 2.4
projects[lightning_media][type] = module
@@ -88,8 +88,7 @@ projects[panels][patch][] = https://www.drupal.org/files/issues/2019-02-06/initi
projects[panels][patch][] = https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch
projects[panels][version] = 4.4
projects[pathauto][type] = module
-projects[pathauto][patch][] = https://www.drupal.org/files/issues/2019-11-11/3093401-6.patch
-projects[pathauto][version] = 1.6-alpha1
+projects[pathauto][version] = 1.6
projects[redirect][type] = module
projects[redirect][version] = 1.4
projects[schemata][type] = module
@@ -97,7 +96,7 @@ projects[schemata][version] = 1.0-beta1
projects[search_api][type] = module
projects[search_api][version] = 1.15
projects[search_api_solr][type] = module
-projects[search_api_solr][version] = 1.2
+projects[search_api_solr][version] = 1.3
projects[simple_gmap][type] = module
projects[simple_gmap][version] = 1.4
projects[simple_oauth][type] = module
diff --git a/logs/4.1.0-beta2.md b/logs/4.1.0.md
similarity index 73%
rename from logs/4.1.0-beta2.md
rename to logs/4.1.0.md
index 889801502..7aa5e5082 100755
--- a/logs/4.1.0-beta2.md
+++ b/logs/4.1.0.md
@@ -1,11 +1,12 @@
-!#/bin/bash
+#!/bin/bash
-echo "## 4.1.0-beta2"
+echo "## 4.1.0"
echo "* Updated Lightning Workflow to 3.14:"
_include lightning_workflow 3.14.0
-echo "* Updated Lightning Core to 5.0-beta3:"
+echo "* Updated Lightning Core to 5.0:"
+_include lightning_core 5.0.0
_include lightning_core 5.0.0-beta3
echo "* Updated Lightning Layout to 2.4:"
diff --git a/release-branch.sh b/release-branch.sh
index b8f565353..339aa49f2 100755
--- a/release-branch.sh
+++ b/release-branch.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+set -e
+
# Prepares a release branch.
# Example usage: ./release-branch 4.1.0
diff --git a/tests/fixtures/4.1.0.php.gz b/tests/fixtures/4.1.0.php.gz
new file mode 100644
index 000000000..2da060888
Binary files /dev/null and b/tests/fixtures/4.1.0.php.gz differ