updated core to 8.7.0
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@
|
||||
"drupal/config_ignore": "2.1.0",
|
||||
"drupal/console": "^1.0.2",
|
||||
"drupal/context": "4.0.0-beta2",
|
||||
"drupal/core": "8.6.17",
|
||||
"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.6.17",
|
||||
"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
+327
-37
@@ -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": "287d32ea844c673f78263c38d6713378",
|
||||
"content-hash": "97b07470d0cf59969ae5d03c2a5e5c26",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -3386,16 +3386,16 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "8.6.17",
|
||||
"version": "8.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core.git",
|
||||
"reference": "47cb4ad62b01424221d045313d76385cbd19df22"
|
||||
"reference": "5da135abcf5dbc0204e9a75c87381c7553a74d5e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/drupal/core/zipball/47cb4ad62b01424221d045313d76385cbd19df22",
|
||||
"reference": "47cb4ad62b01424221d045313d76385cbd19df22",
|
||||
"url": "https://api.github.com/repos/drupal/core/zipball/5da135abcf5dbc0204e9a75c87381c7553a74d5e",
|
||||
"reference": "5da135abcf5dbc0204e9a75c87381c7553a74d5e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3404,7 +3404,7 @@
|
||||
"doctrine/annotations": "^1.2",
|
||||
"doctrine/common": "^2.5",
|
||||
"easyrdf/easyrdf": "^0.9",
|
||||
"egulias/email-validator": "^1.2",
|
||||
"egulias/email-validator": "^2.0",
|
||||
"ext-date": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-filter": "*",
|
||||
@@ -3421,6 +3421,7 @@
|
||||
"guzzlehttp/guzzle": "^6.2.1",
|
||||
"masterminds/html5": "^2.1",
|
||||
"paragonie/random_compat": "^1.0|^2.0",
|
||||
"pear/archive_tar": "^1.4",
|
||||
"php": "^5.5.9|>=7.0.8",
|
||||
"stack/builder": "^1.0",
|
||||
"symfony-cmf/routing": "^1.4",
|
||||
@@ -3439,7 +3440,7 @@
|
||||
"symfony/validator": "~3.4.0",
|
||||
"symfony/yaml": "~3.4.5",
|
||||
"twig/twig": "^1.38.2",
|
||||
"typo3/phar-stream-wrapper": "^2.1.1",
|
||||
"typo3/phar-stream-wrapper": "^2.0.1",
|
||||
"zendframework/zend-diactoros": "^1.1",
|
||||
"zendframework/zend-feed": "^2.4"
|
||||
},
|
||||
@@ -3491,6 +3492,7 @@
|
||||
"drupal/core-transliteration": "self.version",
|
||||
"drupal/core-utility": "self.version",
|
||||
"drupal/core-uuid": "self.version",
|
||||
"drupal/core-version": "self.version",
|
||||
"drupal/datetime": "self.version",
|
||||
"drupal/datetime_range": "self.version",
|
||||
"drupal/dblog": "self.version",
|
||||
@@ -3508,6 +3510,7 @@
|
||||
"drupal/history": "self.version",
|
||||
"drupal/image": "self.version",
|
||||
"drupal/inline_form_errors": "self.version",
|
||||
"drupal/jsonapi": "self.version",
|
||||
"drupal/language": "self.version",
|
||||
"drupal/layout_builder": "self.version",
|
||||
"drupal/layout_discovery": "self.version",
|
||||
@@ -3558,9 +3561,10 @@
|
||||
"behat/mink": "1.7.x-dev",
|
||||
"behat/mink-goutte-driver": "^1.2",
|
||||
"behat/mink-selenium2-driver": "1.3.x-dev",
|
||||
"drupal/coder": "^8.2.12",
|
||||
"drupal/coder": "^8.3.1",
|
||||
"jcalderonzumba/gastonjs": "^1.0.2",
|
||||
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
||||
"justinrainbow/json-schema": "^5.2",
|
||||
"mikey179/vfsstream": "^1.2",
|
||||
"phpspec/prophecy": "^1.7",
|
||||
"phpunit/phpunit": "^4.8.35 || ^6.5",
|
||||
@@ -3593,7 +3597,8 @@
|
||||
"core/lib/Drupal/Component/Serialization/composer.json",
|
||||
"core/lib/Drupal/Component/Transliteration/composer.json",
|
||||
"core/lib/Drupal/Component/Utility/composer.json",
|
||||
"core/lib/Drupal/Component/Uuid/composer.json"
|
||||
"core/lib/Drupal/Component/Uuid/composer.json",
|
||||
"core/lib/Drupal/Component/Version/composer.json"
|
||||
],
|
||||
"recurse": false,
|
||||
"replace": false,
|
||||
@@ -3621,7 +3626,7 @@
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
||||
"time": "2019-06-17T07:26:03+00:00"
|
||||
"time": "2019-05-01T18:39:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/ctools",
|
||||
@@ -5759,29 +5764,29 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/views_bulk_operations",
|
||||
"version": "2.5.0",
|
||||
"version": "3.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/views_bulk_operations.git",
|
||||
"reference": "8.x-2.5"
|
||||
"reference": "8.x-3.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-2.5.zip",
|
||||
"reference": "8.x-2.5",
|
||||
"shasum": "3ec848b4f235720d05cb9713ea80a86415b6909f"
|
||||
"url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-3.3.zip",
|
||||
"reference": "8.x-3.3",
|
||||
"shasum": "480fec7c4a21ce8a57328af45735b5086a5bd178"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.4"
|
||||
"drupal/core": "~8.5"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-2.x": "2.x-dev"
|
||||
"dev-3.x": "3.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-2.5",
|
||||
"datestamp": "1550740384",
|
||||
"version": "8.x-3.3",
|
||||
"datestamp": "1570032485",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
@@ -6114,34 +6119,40 @@
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
"version": "1.2.15",
|
||||
"version": "2.1.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/egulias/EmailValidator.git",
|
||||
"reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
|
||||
"reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
|
||||
"reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
|
||||
"reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/lexer": "^1.0.1",
|
||||
"php": ">= 5.3.3"
|
||||
"php": ">= 5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.24"
|
||||
"dominicsayers/isemail": "dev-master",
|
||||
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
|
||||
"satooshi/php-coveralls": "^1.0.1",
|
||||
"symfony/phpunit-bridge": "^4.4@dev"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
"dev-master": "2.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Egulias\\": "src/"
|
||||
"psr-4": {
|
||||
"Egulias\\EmailValidator\\": "EmailValidator"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -6153,7 +6164,7 @@
|
||||
"name": "Eduardo Gulias Davis"
|
||||
}
|
||||
],
|
||||
"description": "A library for validating emails",
|
||||
"description": "A library for validating emails against several RFCs",
|
||||
"homepage": "https://github.com/egulias/EmailValidator",
|
||||
"keywords": [
|
||||
"email",
|
||||
@@ -6162,7 +6173,7 @@
|
||||
"validation",
|
||||
"validator"
|
||||
],
|
||||
"time": "2018-09-25T20:59:41+00:00"
|
||||
"time": "2019-08-13T17:33:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fabpot/goutte",
|
||||
@@ -6764,6 +6775,72 @@
|
||||
],
|
||||
"time": "2016-12-01T10:57:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "justinrainbow/json-schema",
|
||||
"version": "5.2.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/justinrainbow/json-schema.git",
|
||||
"reference": "44c6787311242a979fa15c704327c20e7221a0e4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
|
||||
"reference": "44c6787311242a979fa15c704327c20e7221a0e4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
||||
"json-schema/json-schema-test-suite": "1.2.0",
|
||||
"phpunit/phpunit": "^4.8.35"
|
||||
},
|
||||
"bin": [
|
||||
"bin/validate-json"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "5.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"JsonSchema\\": "src/JsonSchema/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bruno Prieto Reis",
|
||||
"email": "bruno.p.reis@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Justin Rainbow",
|
||||
"email": "justin.rainbow@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Igor Wiedler",
|
||||
"email": "igor@wiedler.ch"
|
||||
},
|
||||
{
|
||||
"name": "Robert Schönthal",
|
||||
"email": "seroscho@googlemail.com"
|
||||
}
|
||||
],
|
||||
"description": "A library to validate a json schema.",
|
||||
"homepage": "https://github.com/justinrainbow/json-schema",
|
||||
"keywords": [
|
||||
"json",
|
||||
"schema"
|
||||
],
|
||||
"time": "2019-09-25T14:49:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/container",
|
||||
"version": "2.4.1",
|
||||
@@ -7130,6 +7207,218 @@
|
||||
],
|
||||
"time": "2019-01-03T20:59:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/archive_tar",
|
||||
"version": "1.4.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/Archive_Tar.git",
|
||||
"reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
|
||||
"reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"pear/pear-core-minimal": "^1.10.0alpha2",
|
||||
"php": ">=5.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-bz2": "Bz2 compression support.",
|
||||
"ext-xz": "Lzma2 compression support.",
|
||||
"ext-zlib": "Gzip compression support."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Archive_Tar": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"include-path": [
|
||||
"./"
|
||||
],
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Vincent Blavet",
|
||||
"email": "vincent@phpconcept.net"
|
||||
},
|
||||
{
|
||||
"name": "Greg Beaver",
|
||||
"email": "greg@chiaraquartet.net"
|
||||
},
|
||||
{
|
||||
"name": "Michiel Rook",
|
||||
"email": "mrook@php.net"
|
||||
}
|
||||
],
|
||||
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
|
||||
"homepage": "https://github.com/pear/Archive_Tar",
|
||||
"keywords": [
|
||||
"archive",
|
||||
"tar"
|
||||
],
|
||||
"time": "2019-10-21T13:31:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/console_getopt",
|
||||
"version": "v1.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/Console_Getopt.git",
|
||||
"reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
|
||||
"reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Console": "./"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"include-path": [
|
||||
"./"
|
||||
],
|
||||
"license": [
|
||||
"BSD-2-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Greg Beaver",
|
||||
"email": "cellog@php.net",
|
||||
"role": "Helper"
|
||||
},
|
||||
{
|
||||
"name": "Andrei Zmievski",
|
||||
"email": "andrei@php.net",
|
||||
"role": "Lead"
|
||||
},
|
||||
{
|
||||
"name": "Stig Bakken",
|
||||
"email": "stig@php.net",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
|
||||
"time": "2019-02-06T16:52:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/pear-core-minimal",
|
||||
"version": "v1.10.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/pear-core-minimal.git",
|
||||
"reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f",
|
||||
"reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"pear/console_getopt": "~1.4",
|
||||
"pear/pear_exception": "~1.0"
|
||||
},
|
||||
"replace": {
|
||||
"rsky/pear-core-min": "self.version"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"include-path": [
|
||||
"src/"
|
||||
],
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christian Weiske",
|
||||
"email": "cweiske@php.net",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"description": "Minimal set of PEAR core files to be used as composer dependency",
|
||||
"time": "2019-03-13T18:15:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/pear_exception",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/PEAR_Exception.git",
|
||||
"reference": "8c18719fdae000b690e3912be401c76e406dd13b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
|
||||
"reference": "8c18719fdae000b690e3912be401c76e406dd13b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=4.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"type": "class",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"PEAR": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"include-path": [
|
||||
"."
|
||||
],
|
||||
"license": [
|
||||
"BSD-2-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Helgi Thormar",
|
||||
"email": "dufuz@php.net"
|
||||
},
|
||||
{
|
||||
"name": "Greg Beaver",
|
||||
"email": "cellog@php.net"
|
||||
}
|
||||
],
|
||||
"description": "The PEAR Exception base class.",
|
||||
"homepage": "https://github.com/pear/PEAR_Exception",
|
||||
"keywords": [
|
||||
"exception"
|
||||
],
|
||||
"time": "2015-02-10T20:07:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phar-io/manifest",
|
||||
"version": "1.0.1",
|
||||
@@ -10708,26 +10997,27 @@
|
||||
},
|
||||
{
|
||||
"name": "webflo/drupal-core-require-dev",
|
||||
"version": "8.6.17",
|
||||
"version": "8.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/webflo/drupal-core-require-dev.git",
|
||||
"reference": "8a903ea6bde393937dc129c9721bd97ccb57c661"
|
||||
"reference": "dc2bd5de993e2634fb8e0a33505e02c0f25f5271"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/8a903ea6bde393937dc129c9721bd97ccb57c661",
|
||||
"reference": "8a903ea6bde393937dc129c9721bd97ccb57c661",
|
||||
"url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/dc2bd5de993e2634fb8e0a33505e02c0f25f5271",
|
||||
"reference": "dc2bd5de993e2634fb8e0a33505e02c0f25f5271",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"behat/mink": "1.7.x-dev",
|
||||
"behat/mink-goutte-driver": "^1.2",
|
||||
"behat/mink-selenium2-driver": "1.3.x-dev",
|
||||
"drupal/coder": "^8.2.12",
|
||||
"drupal/core": "8.6.17",
|
||||
"drupal/coder": "^8.3.1",
|
||||
"drupal/core": "8.7.0",
|
||||
"jcalderonzumba/gastonjs": "^1.0.2",
|
||||
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
|
||||
"justinrainbow/json-schema": "^5.2",
|
||||
"mikey179/vfsstream": "^1.2",
|
||||
"phpspec/prophecy": "^1.7",
|
||||
"phpunit/phpunit": "^4.8.35 || ^6.5",
|
||||
@@ -10741,7 +11031,7 @@
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"description": "require-dev dependencies from drupal/core",
|
||||
"time": "2019-06-17T07:31:39+00:00"
|
||||
"time": "2019-05-02T01:08:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webflo/drupal-core-strict",
|
||||
|
||||
Reference in New Issue
Block a user