Skip to content

Commit 3f302d5

Browse files
committed
Version 1.0.0-rc1
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent aaeb63b commit 3f302d5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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 official phpBB extension that allows board users to receive browser-based push notifications.",
55
"homepage": "https://www.phpbb.com",
6-
"version": "1.0.0-dev",
6+
"version": "1.0.0-RC1",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{
@@ -38,7 +38,12 @@
3838
"extra": {
3939
"display-name": "phpBB Browser Push Notifications",
4040
"soft-require": {
41-
"phpbb/phpbb": ">=3.3.12,<4.0.0@dev"
41+
"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"
4247
}
4348
}
4449
}

0 commit comments

Comments
 (0)