Issue #3121885 by jungle, longwave, alexpott: Update coder to 8.3.8
parent
c0f2b559aa
commit
f7e6636652
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue