We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaeb63b commit 3f302d5Copy full SHA for 3f302d5
1 file changed
composer.json
@@ -3,7 +3,7 @@
3
"type": "phpbb-extension",
4
"description": "An official phpBB extension that allows board users to receive browser-based push notifications.",
5
"homepage": "https://www.phpbb.com",
6
- "version": "1.0.0-dev",
+ "version": "1.0.0-RC1",
7
"license": "GPL-2.0-only",
8
"authors": [
9
{
@@ -38,7 +38,12 @@
38
"extra": {
39
"display-name": "phpBB Browser Push Notifications",
40
"soft-require": {
41
- "phpbb/phpbb": ">=3.3.12,<4.0.0@dev"
+ "phpbb/phpbb": ">=3.3.12@dev,<4.0.0@dev"
42
+ },
43
+ "version-check": {
44
+ "host": "imattpro.github.io",
45
+ "directory": "/version",
46
+ "filename": "webpushnotifications.json"
47
}
48
49
0 commit comments