Skip to content

Commit aff1cde

Browse files
committed
Adjust package versions to support min PHP version 7.4
1 parent a49c317 commit aff1cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"require": {
1414
"guzzlehttp/guzzle": "*",
1515
"php": ">=7.4",
16-
"google/apiclient": "^2.18"
16+
"google/apiclient": "*"
1717
},
1818
"autoload": {
1919
"psr-4": {
2020
"RedjanYm\\FCM\\": "src/"
2121
}
2222
},
2323
"require-dev": {
24-
"symfony/var-dumper": "^7.2"
24+
"symfony/var-dumper": "*"
2525
}
2626
}

0 commit comments

Comments
 (0)