File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 }
3131 ],
3232 "require" : {
33- "php" : " >=7.1.3 " ,
33+ "php" : " >=8.1 " ,
3434 "composer/installers" : " ~1.0"
3535 },
3636 "require-dev" : {
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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments