Skip to content

Commit

Permalink
Merge pull request #368 from patchlevel/bc-check-version-increase
Browse files Browse the repository at this point in the history
Increase min version of bc-check to prevent downloading versions which will error due to new initlializers
  • Loading branch information
DanielBadura committed Feb 13, 2023
2 parents e788da5 + 520d720 commit c2c4a14
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "~8.1.0 || ~8.2.0",
"roave/backward-compatibility-check": "^7.4.0 || ^8.0.0"
"roave/backward-compatibility-check": "^8.3.0"
}
}
37 changes: 19 additions & 18 deletions tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2c4a14

Please sign in to comment.