Skip to content

Commit 461b466

Browse files
committed
Update composer.json [ci skip]
1 parent 2961757 commit 461b466

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "Centralized GDPR-compliant consent and deferred script loading for phpBB forums.",
55
"homepage": "https://www.phpbb.com/",
6-
"version": "1.0.0-a1",
6+
"version": "0.1.0-dev",
77
"keywords": ["phpbb", "extension", "gdpr", "consent", "cookies"],
88
"license": "GPL-2.0-only",
99
"authors": [
@@ -16,6 +16,9 @@
1616
"php": ">=7.1.3",
1717
"composer/installers": "~1.0"
1818
},
19+
"require-dev": {
20+
"phing/phing": "~2.4"
21+
},
1922
"extra": {
2023
"display-name": "Consent Manager",
2124
"soft-require": {

0 commit comments

Comments
 (0)