Update drupal/core-dev dependencies.

This commit is contained in:
Michael Stenta 2023-01-01 16:17:04 -05:00
parent 8e6efe656e
commit 5d50affc86
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
},
"require-dev": {
"behat/mink": "^1.10",
"behat/mink-browserkit-driver": "^2.1",
"behat/mink-selenium2-driver": "^1.6",
"brianium/paratest": "^6",
"drupal/coder": "^8.3",
"friends-of-behat/mink-browserkit-driver": "^1.6",
"mglaman/phpstan-drupal": "^1.1",
"mikey179/vfsstream": "^1.6",
"phpstan/extension-installer": "^1.1",
@ -17,7 +17,7 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpunit/phpunit": "^9",
"phpspec/prophecy-phpunit": "^2",
"symfony/phpunit-bridge": "^5.4"
"symfony/phpunit-bridge": "^6.2"
},
"_comments": {
"phpspec/prophecy-phpunit": "Required to fix ProphecyTrait not found, until Drupal core drops support for PHPUnit 8. See https://www.drupal.org/node/3176567"