Skip to content

Commit

Permalink
Merge pull request #12 from patchlevel/fix-tools-dependencies
Browse files Browse the repository at this point in the history
fix tools php version
  • Loading branch information
DavidBadura authored Feb 1, 2024
2 parents d49f154 + c94b409 commit 09e9cf5
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 92 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",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"roave/backward-compatibility-check": "^7.4.0 || ^8.0.0"
}
}
Loading

0 comments on commit 09e9cf5

Please sign in to comment.