Skip to content

Commit 09e9cf5

Browse files
authored
Merge pull request #12 from patchlevel/fix-tools-dependencies
fix tools php version
2 parents d49f154 + c94b409 commit 09e9cf5

File tree

2 files changed

+91
-92
lines changed

2 files changed

+91
-92
lines changed

tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "~8.1.0 || ~8.2.0",
3+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
44
"roave/backward-compatibility-check": "^7.4.0 || ^8.0.0"
55
}
66
}

0 commit comments

Comments
 (0)