Skip to content

Commit b4b7a20

Browse files
committed
feat(dependencies): allow php 8.4
1 parent 9d359f2 commit b4b7a20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "library",
66
"homepage": "https://www.webproject.xyz",
77
"require": {
8-
"php": "~8.3.0",
8+
"php": "~8.3.0 || ~8.4.0",
99
"jane-php/open-api-runtime": "^7.8.1",
1010
"phpdocumentor/reflection-docblock": "^5.6.1",
1111
"phpstan/phpdoc-parser": "^2.1",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)