Skip to content

Commit

Permalink
Fix variables in setup-ssh GitHub action (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV User committed Feb 29, 2024
1 parent 8e88df6 commit b718980
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"psr-4": {"Lullabot\\DrainpipeDev\\Tests\\Functional\\": "tests/src/functional/"}
},
"require": {
"php": "^7.3||^8.0",
"php": "^8.1",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"phpunit/phpunit": "^8|^9",
"sserbin/twig-linter": "^3.1.0",
"mikey179/vfsstream": "^1.6.11",
"mockery/mockery": "^1.6.6",
"behat/mink": "^1.10.0",
"symfony/phpunit-bridge": "^5.3|^6.3",
"mockery/mockery": "^1.6.7",
"behat/mink": "^1.11.0",
"symfony/phpunit-bridge": "^5|^6",
"lullabot/drainpipe": "*",
"mglaman/phpstan-drupal": "^1.2.4",
"symfony/yaml": "^4|^5|^6",
"drupal/coder": "^8.3.22",
"behat/mink-browserkit-driver": "^2.1.0",
"tijsverkoyen/convert-to-junit-xml": "^1.10.0",
"mglaman/phpstan-drupal": "^1.2.7",
"symfony/yaml": "^3|^4|^5|^6",
"drupal/coder": "^8.3.23",
"behat/mink-browserkit-driver": "^2.2.0",
"tijsverkoyen/convert-to-junit-xml": "^1.11.0",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpspec/prophecy-phpunit": "^2"
},
"require-dev": {
"composer/composer": "^2.6.5"
"composer/composer": "^2.7.1"
},
"bin": [
"bin/drainpipe-twig-linter",
Expand Down

0 comments on commit b718980

Please sign in to comment.