Skip to content

Commit 066f834

Browse files
authored
Merge pull request #415 from phpbb/fix_min_php
Fix minimum PHP version for titania
2 parents ab22062 + 2d287cc commit 066f834

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
],
6363
"require": {
6464
"ext-zip": "*",
65-
"php": "^7.4.33",
65+
"php": "^7.2",
6666
"phpbb/epv": "dev-master@dev",
6767
"phpbb/translation-validator": "~1.6",
6868
"composer/installers": "~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)