Skip to content

Commit b3624f7

Browse files
committed
Update composer installers in skeletons
1 parent 65979d5 commit b3624f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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"
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)