Skip to content

Commit 61ae957

Browse files
authored
Merge pull request #29 from grizzm0/PHP-8.3
Add support for PHP 8.3
2 parents f3f2a70 + 65e8062 commit 61ae957

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"php": "~8.1.0 || ~8.2.0",
37+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3838
"mezzio/mezzio-authentication": "^1.3",
3939
"psr/container": "^1.0 || ^2.0",
4040
"psr/http-message": "^1.0.1 || ^2.0.0",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)