Skip to content

Commit

Permalink
Use develop version of php compatibility check tool, for 8.0 and 8.1 …
Browse files Browse the repository at this point in the history
…checks (#715)
  • Loading branch information
kierenevans authored Dec 9, 2022
1 parent d5f135b commit 1414288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/skeleton/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"behat/mink-goutte-driver": "^1.2",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"phpcompatibility/php-compatibility": "dev-master",
"phpcompatibility/php-compatibility": "dev-develop",
"phpcsstandards/phpcsutils": "1.0.0-alpha4",
"phpmd/phpmd": "^2.7",
"phpspec/phpspec": "^6.0",
"phpstan/phpstan": "^0.12",
Expand Down

0 comments on commit 1414288

Please sign in to comment.