Skip to content

Commit d4a15b1

Browse files
authored
Merge branch 'master' into fcm-v1
2 parents bd04ab9 + 6db1bc6 commit d4a15b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"require": {
2626
"php": "^7.1.3 || ^8.0",
2727
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
28-
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
29-
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
28+
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0",
29+
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0",
3030
"google/apiclient": "^2.15"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"
33+
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0|^10.5"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)