diff --git a/ext.php b/ext.php index a2cdd1c..7734e98 100644 --- a/ext.php +++ b/ext.php @@ -15,7 +15,7 @@ class ext extends \phpbb\extension\base { - public const DEFAULT_SKELETON_PHP = '7.1.3'; + public const DEFAULT_SKELETON_PHP = '7.2'; public const DEFAULT_SKELETON_PHPBB_MIN = '3.3.0'; public const DEFAULT_SKELETON_PHPBB_MAX = '4.0.0@dev'; diff --git a/skeleton/composer.json.twig b/skeleton/composer.json.twig index d38326d..e3dbcfe 100644 --- a/skeleton/composer.json.twig +++ b/skeleton/composer.json.twig @@ -19,7 +19,7 @@ ], "require": { "php": "{{ REQUIREMENTS.php_version }}", - "composer/installers": "~1.0" + "composer/installers": "^1.0{% if skeleton_version_compare(REQUIREMENTS.phpbb_version_max, "4.0.0", ">") %} || ^2.0{% endif %}" }, {% if COMPONENT.build %} "require-dev": { diff --git a/styles/prosilver/template/event/overall_header_navigation_prepend.html b/styles/prosilver/template/event/overall_header_navigation_prepend.html index dbc405f..44bd5c8 100644 --- a/styles/prosilver/template/event/overall_header_navigation_prepend.html +++ b/styles/prosilver/template/event/overall_header_navigation_prepend.html @@ -1,4 +1,4 @@ -
  • +
  • {{ lang('PHPBB_SKELETON_EXT') }}