We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015be73 commit 5991e36Copy full SHA for 5991e36
composer.json
@@ -5,9 +5,15 @@
5
"type": "yii2-extension",
6
"require": {
7
"yiisoft/yii2": "~2.0.4",
8
- "messagebird/pushprom-php-client": "1.0.0",
+ "messagebird/pushprom-php-client": "^1.0.1",
9
"ext-bcmath": "*"
10
},
11
+ "repositories": [
12
+ {
13
+ "type": "composer",
14
+ "url": "https://asset-packagist.org"
15
+ }
16
+ ],
17
"license": "BSD-2-Clause",
18
"authors": [
19
{
0 commit comments