Skip to content

Commit db1d0db

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents 3dca34c + b156c9e commit db1d0db

File tree

2 files changed

+62
-24
lines changed

2 files changed

+62
-24
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An extension that can automate the process of adding and removing users from groups upon reaching specified milestones related to their post count, age, membership, and warnings count.",
55
"homepage": "https://www.phpbb.com/customise/db/extension/auto_groups/",
6-
"version": "2.0.6",
6+
"version": "2.0.7-dev",
77
"keywords": ["phpbb", "extension", "auto", "groups"],
88
"license": "GPL-2.0-only",
99
"authors": [
@@ -52,7 +52,7 @@
5252
],
5353
"require": {
5454
"php": ">=5.5",
55-
"composer/installers": "~1.0"
55+
"composer/installers": "^1.0 || ^2.0"
5656
},
5757
"require-dev": {
5858
"phing/phing": "~2.4"
@@ -68,5 +68,10 @@
6868
"filename": "version_check",
6969
"ssl": true
7070
}
71+
},
72+
"config": {
73+
"allow-plugins": {
74+
"composer/installers": true
75+
}
7176
}
7277
}

composer.lock

Lines changed: 55 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)