Skip to content

Commit

Permalink
bump phpBB minimum to 3.3.2 to use permission role_exists
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <maf675@gmail.com>
  • Loading branch information
iMattPro committed Mar 2, 2022
1 parent dbb0a1c commit a4d8847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"extra": {
"display-name": "phpBB Media Embed PlugIn",
"soft-require": {
"phpbb/phpbb": ">=3.2.1"
"phpbb/phpbb": ">=3.3.2"
},
"version-check": {
"host": "www.phpbb.com",
Expand Down
4 changes: 2 additions & 2 deletions ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

class ext extends \phpbb\extension\base
{
/** @var string Minimum requirements: phpBB 3.2.1 */
const PHPBB_MINIMUM = '3.2.1';
/** @var string Minimum requirements: phpBB 3.3.2 because using role_exists in migrations */
const PHPBB_MINIMUM = '3.3.2';

/** @var string YAML file extension */
const YML = '.yml';
Expand Down

0 comments on commit a4d8847

Please sign in to comment.