Skip to content

Commit d3ba95c

Browse files
committed
feat: drop php 7.3 support
Signed-off-by: Geert Eltink <[email protected]>
1 parent 7495e03 commit d3ba95c

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
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"require": {
35-
"php": "^7.3 || ~8.0.0 || ~8.1.0",
35+
"php": "^7.4 || ~8.0.0 || ~8.1.0",
3636
"mezzio/mezzio-session": "^1.0",
3737
"psr/container": "^1.0 || ^2.0",
3838
"psr/http-server-middleware": "^1.0"

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)