Skip to content

Commit b9aeb41

Browse files
committed
Update phpbb4 version constraints
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 88ac929 commit b9aeb41

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
],
3232
"require": {
33-
"php": ">=7.1.3",
33+
"php": ">=8.1",
3434
"composer/installers": "~1.0"
3535
},
3636
"require-dev": {
@@ -39,7 +39,7 @@
3939
"extra": {
4040
"display-name": "phpBB Media Embed PlugIn",
4141
"soft-require": {
42-
"phpbb/phpbb": ">=3.3.2"
42+
"phpbb/phpbb": ">=4.0.0@dev"
4343
},
4444
"version-check": {
4545
"host": "www.phpbb.com",

ext.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ class ext extends \phpbb\extension\base
1414
{
1515
/**
1616
* @var string Minimum requirements:
17-
* phpBB 3.3.2 because using role_exists in migrations
18-
* phpBB 3.3.2 because TextFormatter 2.7.5 supports clyp.it and codepen.com
17+
* phpBB 4.0.0 because using Icon())
1918
*/
20-
public const PHPBB_MINIMUM = '3.3.2';
19+
public const PHPBB_MINIMUM = '4.0.0-dev';
2120

2221
/**
2322
* @var string YAML file extension

0 commit comments

Comments
 (0)