Issue #3134731 by jungle, jonathan1055, longwave, andypost: Update coder to 8.3.9

merge-requests/2419/head
Alex Pott 2020-05-12 19:49:01 +01:00
parent ef61d27660
commit 2838d78eba
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 5 additions and 8 deletions

11
composer.lock generated
View File

@ -4021,9 +4021,6 @@
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
@ -4222,16 +4219,16 @@
},
{
"name": "drupal/coder",
"version": "8.3.8",
"version": "8.3.9",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/coder.git",
"reference": "e53e75b45842a5d2b454b08c318a17f57339e60e"
"reference": "d51e0b8c6561e21c0545d04b5410a7bed7ee7c6b"
},
"require": {
"ext-mbstring": "*",
"php": ">=7.0.8",
"squizlabs/php_codesniffer": "^3.5.4",
"squizlabs/php_codesniffer": "^3.5.5",
"symfony/yaml": ">=2.0.5"
},
"require-dev": {
@ -4256,7 +4253,7 @@
"phpcs",
"standards"
],
"time": "2020-03-08T19:03:35+00:00"
"time": "2020-05-08T10:20:59+00:00"
},
{
"name": "easyrdf/easyrdf",

View File

@ -17,7 +17,7 @@
"composer/spdx-licenses": "1.5.3",
"composer/xdebug-handler": "1.4.1",
"doctrine/instantiator": "1.3.0",
"drupal/coder": "8.3.8",
"drupal/coder": "8.3.9",
"easyrdf/easyrdf": "0.9.1",
"fabpot/goutte": "v3.3.0",
"instaclick/php-webdriver": "1.4.7",