Issue #3134731 by jungle, jonathan1055, longwave, andypost: Update coder to 8.3.9
parent
ef61d27660
commit
2838d78eba
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue