Skip to content

Instantly share code, notes, and snippets.

@steinmb
Created March 29, 2019 10:04
Show Gist options
  • Save steinmb/43286b3b6854010c691dce148f81429c to your computer and use it in GitHub Desktop.
Save steinmb/43286b3b6854010c691dce148f81429c to your computer and use it in GitHub Desktop.
diff --git a/composer.lock b/composer.lock
index af5a5bd..17ce756 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,7 +1,7 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1cdf2461289dd084f16a58b4c60a619f",
@@ -3535,15 +3535,21 @@
},
{
"name": "drupal/devel",
- "version": "dev-2.x",
+ "version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/devel",
- "reference": "00fa2de6f9f70ee4b4c32ee0c8021a0596dd565e"
+ "reference": "8.x-2.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/devel-8.x-2.0.zip",
+ "reference": "8.x-2.0",
+ "shasum": "cf5fb816f767f3cac4f2e170ab39e982d5e0698b"
},
"require": {
"drupal/core": "~8.0",
- "symfony/var-dumper": "~2.7|^3|^4"
+ "symfony/var-dumper": "~2.7|^3"
},
"type": "drupal-module",
"extra": {
@@ -3551,11 +3557,11 @@
"dev-2.x": "2.x-dev"
},
"drupal": {
- "version": "8.x-2.0+7-dev",
- "datestamp": "1553588286",
+ "version": "8.x-2.0",
+ "datestamp": "1548799380",
"security-coverage": {
- "status": "not-covered",
- "message": "Dev releases are not covered by Drupal security advisories."
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
@@ -3610,8 +3616,7 @@
"source": "http://cgit.drupalcode.org/devel",
"issues": "http://drupal.org/project/devel",
"irc": "irc://irc.freenode.org/drupal-contribute"
- },
- "time": "2019-03-26T17:35:41+00:00"
+ }
},
{
"name": "drupal/entity",
@@ -5074,27 +5079,30 @@
},
{
"name": "drupal/webform",
- "version": "5.1.0",
+ "version": "5.2.0",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/webform",
- "reference": "8.x-5.1"
+ "reference": "8.x-5.2"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.1.zip",
- "reference": "8.x-5.1",
- "shasum": "d04743f078dc154685f9532253e6b5ea8dda1a56"
+ "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.2.zip",
+ "reference": "8.x-5.2",
+ "shasum": "44e67c377e156f7f8d6f26bba43240dfa1885637"
},
"require": {
"drupal/core": "*"
},
"require-dev": {
"drupal/address": "~1.4",
+ "drupal/captcha": "~1.0",
"drupal/chosen": "~2.6",
"drupal/devel": "*",
"drupal/jsonapi": "~2.0",
+ "drupal/mailsystem": "~4.0",
"drupal/select2": "~1.1",
+ "drupal/telephone_validation": "^2.2",
"drupal/token": "~1.3",
"drupal/webform_access": "*",
"drupal/webform_node": "*",
@@ -5107,8 +5115,8 @@
"dev-5.x": "5.x-dev"
},
"drupal": {
- "version": "8.x-5.1",
- "datestamp": "1546458480",
+ "version": "8.x-5.2",
+ "datestamp": "1553801966",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -5172,6 +5180,7 @@
"homepage": "https://drupal.org/project/webform",
"support": {
"source": "http://cgit.drupalcode.org/webform",
+ "error": "Invalid dependency: \"telephone_validation/telephone_validation\" is an unknown drupal 8 package name",
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
"docs": "https://www.drupal.org/docs/8/modules/webform",
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
@@ -7588,61 +7597,6 @@
],
"time": "2019-02-06T07:57:58+00:00"
},
- {
- "name": "symfony/polyfill-php72",
- "version": "v1.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
- "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.11-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php72\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "time": "2019-02-06T07:57:58+00:00"
- },
{
"name": "symfony/process",
"version": "v3.4.23",
@@ -8068,45 +8022,38 @@
},
{
"name": "symfony/var-dumper",
- "version": "v4.2.4",
+ "version": "v3.4.23",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf"
+ "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9f87189ac10b42edf7fb8edc846f1937c6d157cf",
- "reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d34d10236300876d14291e9df85c6ef3d3bb9066",
+ "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066",
"shasum": ""
},
"require": {
- "php": "^7.1.3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php72": "~1.5"
+ "php": "^5.5.9|>=7.0.8",
+ "symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
- "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
- "symfony/console": "<3.4"
+ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"require-dev": {
"ext-iconv": "*",
- "symfony/console": "~3.4|~4.0",
- "symfony/process": "~3.4|~4.0",
"twig/twig": "~1.34|~2.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
- "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
+ "ext-symfony_debug": ""
},
- "bin": [
- "Resources/bin/var-dump-server"
- ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.2-dev"
+ "dev-master": "3.4-dev"
}
},
"autoload": {
@@ -8140,7 +8087,7 @@
"debug",
"dump"
],
- "time": "2019-02-23T15:17:42+00:00"
+ "time": "2019-02-23T15:06:07+00:00"
},
{
"name": "symfony/yaml",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment