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 06e3fe5 commit 1ff3bd3Copy full SHA for 1ff3bd3
.gitignore
@@ -1,3 +1,4 @@
1
/composer.lock
2
/vendor/
3
.idea
4
+/.php-version
composer.json
@@ -14,7 +14,7 @@
14
],
15
"require": {
16
"php": ">=7.4",
17
- "redjanym/php-firebase-cloud-messaging": "2.*"
+ "redjanym/php-firebase-cloud-messaging": "^2.0"
18
},
19
"autoload": {
20
"psr-4": {
0 commit comments