Skip to content

Commit 117dedf

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents 740a054 + d5e619f commit 117dedf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class ext extends base
1919
{
20-
public const DEFAULT_SKELETON_PHP = '7.1.3';
20+
public const DEFAULT_SKELETON_PHP = '7.2';
2121
public const DEFAULT_SKELETON_PHPBB_MIN = '3.3.0';
2222
public const DEFAULT_SKELETON_PHPBB_MAX = '4.0.0@dev';
2323

skeleton/composer.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "{{ REQUIREMENTS.php_version }}",
22-
"composer/installers": "^1.0 || ^2.0"
22+
"composer/installers": "^1.0{% if skeleton_version_compare(REQUIREMENTS.phpbb_version_max, "4.0.0", ">") %} || ^2.0{% endif %}"
2323
},
2424
{% if COMPONENT.build %}
2525
"require-dev": {

0 commit comments

Comments
 (0)