Skip to content

Commit a5f02c1

Browse files
committed
Bump up requirements for phpBB 3.3
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent aa6003b commit a5f02c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
],
6363
"require": {
64-
"php": ">=5.3.3",
64+
"php": "^7.1.3",
6565
"phpbb/epv": "dev-master@dev",
6666
"phpbb/translation-validator": "~1.5",
6767
"composer/installers": "~1.0",
@@ -71,7 +71,7 @@
7171
"extra": {
7272
"display-name": "phpBB Customisation Database (Titania)",
7373
"soft-require": {
74-
"phpbb/phpbb": "3.2.*@dev"
74+
"phpbb/phpbb": "3.3.*@dev"
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)