Skip to content

Commit 1ff3bd3

Browse files
committed
Fix package versions
1 parent 06e3fe5 commit 1ff3bd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/composer.lock
22
/vendor/
33
.idea
4+
/.php-version

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=7.4",
17-
"redjanym/php-firebase-cloud-messaging": "2.*"
17+
"redjanym/php-firebase-cloud-messaging": "^2.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)