Skip to content

Commit 8b6fe00

Browse files
authored
Merge pull request #3 from jagjeetdhaliwal/update-php-client
Update Pushprom PHP client
2 parents 015be73 + 5991e36 commit 8b6fe00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55
"type": "yii2-extension",
66
"require": {
77
"yiisoft/yii2": "~2.0.4",
8-
"messagebird/pushprom-php-client": "1.0.0",
8+
"messagebird/pushprom-php-client": "^1.0.1",
99
"ext-bcmath": "*"
1010
},
11+
"repositories": [
12+
{
13+
"type": "composer",
14+
"url": "https://asset-packagist.org"
15+
}
16+
],
1117
"license": "BSD-2-Clause",
1218
"authors": [
1319
{

0 commit comments

Comments
 (0)