Update composer lock file

Minor update to search API and some HTML5-PHP dependency of something.
This commit is contained in:
benjamin melançon 2018-11-18 19:31:39 -05:00
parent 93abc8e826
commit 0b186d47bc

36
composer.lock generated
View file

@ -3697,7 +3697,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupal.org/project/customerror", "url": "https://git.drupal.org/project/customerror",
"reference": "d1006cb608e06daf9a4b8d3efa154254d5e91b7a" "reference": "89d047066988b5a3279e85b0989fe58e650c097b"
}, },
"require": { "require": {
"drupal/core": "~8.0" "drupal/core": "~8.0"
@ -3709,7 +3709,7 @@
}, },
"drupal": { "drupal": {
"version": "8.x-1.x-dev", "version": "8.x-1.x-dev",
"datestamp": "1542572280", "datestamp": "1542572880",
"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."
@ -3751,7 +3751,7 @@
"support": { "support": {
"source": "http://cgit.drupalcode.org/customerror" "source": "http://cgit.drupalcode.org/customerror"
}, },
"time": "2018-11-18T20:23:52+00:00" "time": "2018-11-18T21:15:33+00:00"
}, },
{ {
"name": "drupal/default_content", "name": "drupal/default_content",
@ -6963,17 +6963,17 @@
}, },
{ {
"name": "drupal/search_api", "name": "drupal/search_api",
"version": "1.10.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupal.org/project/search_api", "url": "https://git.drupal.org/project/search_api",
"reference": "8.x-1.10" "reference": "8.x-1.11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.10.zip", "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.11.zip",
"reference": "8.x-1.10", "reference": "8.x-1.11",
"shasum": "1c1d038310a079f8e8154545f743ff7a506c4b8e" "shasum": "d2bf92afa2ee760977dde1fadcb5bb64a4c2d7c1"
}, },
"require": { "require": {
"drupal/core": "^8.5" "drupal/core": "^8.5"
@ -6993,7 +6993,7 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "8.x-1.11",
"datestamp": "1542564480", "datestamp": "1542564480",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
@ -7037,7 +7037,7 @@
}, },
{ {
"name": "drupal/search_api_db", "name": "drupal/search_api_db",
"version": "1.10.0", "version": "1.11.0",
"require": { "require": {
"drupal/core": "~8.0", "drupal/core": "~8.0",
"drupal/search_api": "self.version" "drupal/search_api": "self.version"
@ -7048,8 +7048,8 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "8.x-1.11",
"datestamp": "1537175280", "datestamp": "1542564480",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -8699,19 +8699,21 @@
}, },
{ {
"name": "masterminds/html5", "name": "masterminds/html5",
"version": "2.3.1", "version": "2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Masterminds/html5-php.git", "url": "https://github.com/Masterminds/html5-php.git",
"reference": "33f8d475d28741398be26cdff7a10a63003324a3" "reference": "cadcfaaa13153e0e8eb92c49a53e140cf1a85dea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/cadcfaaa13153e0e8eb92c49a53e140cf1a85dea",
"reference": "33f8d475d28741398be26cdff7a10a63003324a3", "reference": "cadcfaaa13153e0e8eb92c49a53e140cf1a85dea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*", "ext-libxml": "*",
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
@ -8760,7 +8762,7 @@
"serializer", "serializer",
"xml" "xml"
], ],
"time": "2018-10-22T16:58:34+00:00" "time": "2018-11-17T20:24:36+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",