Skip to content
Snippets Groups Projects
Verified Commit 1ceb2edf authored by Dave Long's avatar Dave Long
Browse files

Issue #3394252 by Spokje: Bump drupal/coder to latest to make daily "updated...

Issue #3394252 by Spokje: Bump drupal/coder to latest to make daily "updated deps" QA run pass again
parent 82b5bc08
No related branches found
No related tags found
No related merge requests found
...@@ -5189,30 +5189,30 @@ ...@@ -5189,30 +5189,30 @@
}, },
{ {
"name": "drupal/coder", "name": "drupal/coder",
"version": "8.3.18", "version": "8.3.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pfrenssen/coder.git", "url": "https://github.com/pfrenssen/coder.git",
"reference": "d5911f812b69ca3bda5524899bdd06b3b4e687ff" "reference": "ba6e62303d567863275fb086941f50a06dc7d08f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pfrenssen/coder/zipball/d5911f812b69ca3bda5524899bdd06b3b4e687ff", "url": "https://api.github.com/repos/pfrenssen/coder/zipball/ba6e62303d567863275fb086941f50a06dc7d08f",
"reference": "d5911f812b69ca3bda5524899bdd06b3b4e687ff", "reference": "ba6e62303d567863275fb086941f50a06dc7d08f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": ">=7.1", "php": ">=7.2",
"sirbrillig/phpcs-variable-analysis": "^2.11.7", "sirbrillig/phpcs-variable-analysis": "^2.11.7",
"slevomat/coding-standard": "^7.0 || ^8.0", "slevomat/coding-standard": "^8.11",
"squizlabs/php_codesniffer": "^3.7.1", "squizlabs/php_codesniffer": "^3.7.1",
"symfony/yaml": ">=3.4.0" "symfony/yaml": ">=3.4.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^1.7.12", "phpstan/phpstan": "^1.7.12",
"phpunit/phpunit": "^7.0 || ^8.0" "phpunit/phpunit": "^8.0"
}, },
"type": "phpcodesniffer-standard", "type": "phpcodesniffer-standard",
"autoload": { "autoload": {
...@@ -5236,7 +5236,7 @@ ...@@ -5236,7 +5236,7 @@
"issues": "https://www.drupal.org/project/issues/coder", "issues": "https://www.drupal.org/project/issues/coder",
"source": "https://www.drupal.org/project/coder" "source": "https://www.drupal.org/project/coder"
}, },
"time": "2023-04-18T12:07:59+00:00" "time": "2023-10-15T09:55:50+00:00"
}, },
{ {
"name": "google/protobuf", "name": "google/protobuf",
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"composer/xdebug-handler": "3.0.3", "composer/xdebug-handler": "3.0.3",
"dealerdirect/phpcodesniffer-composer-installer": "v1.0.0", "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0",
"doctrine/instantiator": "2.0.0", "doctrine/instantiator": "2.0.0",
"drupal/coder": "8.3.18", "drupal/coder": "8.3.22",
"google/protobuf": "v3.23.3", "google/protobuf": "v3.23.3",
"instaclick/php-webdriver": "1.4.16", "instaclick/php-webdriver": "1.4.16",
"justinrainbow/json-schema": "5.2.12", "justinrainbow/json-schema": "5.2.12",
......
<?php <?php
/**
* @file
* Enumeration of the possible states of a client connection transaction.
*/
declare(strict_types=1); declare(strict_types=1);
namespace Drupal\Core\Database\Transaction; namespace Drupal\Core\Database\Transaction;
......
<?php <?php
/**
* @file
* Enumeration of the types of items in the Drupal transaction stack.
*/
declare(strict_types=1); declare(strict_types=1);
namespace Drupal\Core\Database\Transaction; namespace Drupal\Core\Database\Transaction;
......
<?php <?php
/**
* @file
* Enum for supported extension types.
*/
namespace Drupal\sdc; namespace Drupal\sdc;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment