Skip to content

Commit b490c0b

Browse files
committed
Update phpBB 4 version constraints
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 6d42732 commit b490c0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
],
3737
"require": {
38-
"php": ">=5.4",
38+
"php": ">=8.1",
3939
"composer/installers": "~1.0"
4040
},
4141
"require-dev": {
@@ -44,7 +44,7 @@
4444
"extra": {
4545
"display-name": "Google Analytics",
4646
"soft-require": {
47-
"phpbb/phpbb": ">=3.2.0"
47+
"phpbb/phpbb": ">=4.0.0@dev"
4848
},
4949
"version-check": {
5050
"host": "www.phpbb.com",

ext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ class ext extends base
1919
*/
2020
public function is_enableable()
2121
{
22-
return phpbb_version_compare(PHPBB_VERSION, '3.2.0', '>=');
22+
return phpbb_version_compare(PHPBB_VERSION, '4.0.0-dev', '>=');
2323
}
2424
}

0 commit comments

Comments
 (0)