Issue #3121885 by jungle, longwave, alexpott: Update coder to 8.3.8

merge-requests/2419/head
Alex Pott 2020-04-18 16:54:28 +01:00
parent c0f2b559aa
commit f7e6636652
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 9 additions and 8 deletions

15
composer.lock generated
View File

@ -4212,24 +4212,25 @@
},
{
"name": "drupal/coder",
"version": "8.3.7",
"version": "8.3.8",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/coder.git",
"reference": "c11c2957653bdbfd68adc851692d094b43d39221"
"reference": "e53e75b45842a5d2b454b08c318a17f57339e60e"
},
"require": {
"ext-mbstring": "*",
"php": ">=5.5.9",
"squizlabs/php_codesniffer": "^3.4.1",
"php": ">=7.0.8",
"squizlabs/php_codesniffer": "^3.5.4",
"symfony/yaml": ">=2.0.5"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
"phpstan/phpstan": "^0.12.5",
"phpunit/phpunit": "^6.0 || ^7.0"
},
"type": "phpcodesniffer-standard",
"autoload": {
"psr-0": {
"psr-4": {
"Drupal\\": "coder_sniffer/Drupal/",
"DrupalPractice\\": "coder_sniffer/DrupalPractice/"
}
@ -4245,7 +4246,7 @@
"phpcs",
"standards"
],
"time": "2019-12-07T16:00:28+00:00"
"time": "2020-03-08T19:03:35+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.7",
"drupal/coder": "8.3.8",
"easyrdf/easyrdf": "0.9.1",
"fabpot/goutte": "v3.3.0",
"instaclick/php-webdriver": "1.4.7",