Merge branch '751-resq-2-test-fix-for-fcm-notification-priority' into '746-resq-2-0-final'
Change dependency for fcm to forked lib with high priority set #751 See merge request jankstudio/resq!866
This commit is contained in:
commit
9b75993d3d
2 changed files with 25 additions and 17 deletions
|
|
@ -17,6 +17,10 @@
|
|||
{
|
||||
"type": "vcs",
|
||||
"url": "git@gitlab.com:jankstudio1/catalyst-2/menu-bundle.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/arcticzero/php-fcm.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
|
@ -28,7 +32,7 @@
|
|||
"doctrine/doctrine-bundle": "^2",
|
||||
"doctrine/doctrine-migrations-bundle": "^2",
|
||||
"doctrine/orm": "^2",
|
||||
"edwinhoksberg/php-fcm": "^1.0",
|
||||
"edwinhoksberg/php-fcm": "dev-notif-priority-hotfix",
|
||||
"guzzlehttp/guzzle": "^6.3",
|
||||
"hashids/hashids": "^4.1",
|
||||
"jankstudio/catalyst-api-bundle": "dev-master",
|
||||
|
|
|
|||
36
composer.lock
generated
36
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "6e52016d46fa06387dbd9db37e6feb93",
|
||||
"content-hash": "653f8558c75614dd65421cb3eb48c29b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
|
|
@ -1772,26 +1772,26 @@
|
|||
},
|
||||
{
|
||||
"name": "edwinhoksberg/php-fcm",
|
||||
"version": "v1.2.0",
|
||||
"version": "dev-notif-priority-hotfix",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/EdwinHoksberg/php-fcm.git",
|
||||
"reference": "660bbe4ae71e02090f16b11b4a993dfebab83f7f"
|
||||
"url": "https://github.com/ArcticZero/php-fcm.git",
|
||||
"reference": "eabbfbc5df8df908ea7d13f0446202fda81e65fd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/EdwinHoksberg/php-fcm/zipball/660bbe4ae71e02090f16b11b4a993dfebab83f7f",
|
||||
"reference": "660bbe4ae71e02090f16b11b4a993dfebab83f7f",
|
||||
"url": "https://api.github.com/repos/ArcticZero/php-fcm/zipball/eabbfbc5df8df908ea7d13f0446202fda81e65fd",
|
||||
"reference": "eabbfbc5df8df908ea7d13f0446202fda81e65fd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.3 || ^7.0",
|
||||
"php": ">= 7.2"
|
||||
"php": ">= 7.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.0",
|
||||
"php-coveralls/php-coveralls": "^2.3",
|
||||
"phpunit/phpunit": "^6.5"
|
||||
"mockery/mockery": "^1.5",
|
||||
"php-coveralls/php-coveralls": "^2.5",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
|
@ -1799,7 +1799,11 @@
|
|||
"Fcm\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"scripts": {
|
||||
"test": [
|
||||
"XDEBUG_MODE=coverage vendor/bin/phpunit -c phpunit.dist.xml"
|
||||
]
|
||||
},
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
|
|
@ -1812,17 +1816,16 @@
|
|||
"description": "A library for sending Firebase cloud messages and managing user topic subscriptions, device groups and devices.",
|
||||
"homepage": "https://github.com/EdwinHoksberg/php-fcm",
|
||||
"keywords": [
|
||||
"FCM",
|
||||
"Firebase Cloud Messaging",
|
||||
"fcm",
|
||||
"firebase",
|
||||
"firebase cloud messaging",
|
||||
"google",
|
||||
"notifications"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/EdwinHoksberg/php-fcm/issues",
|
||||
"source": "https://github.com/EdwinHoksberg/php-fcm/tree/v1.2.0"
|
||||
"source": "https://github.com/ArcticZero/php-fcm/tree/master"
|
||||
},
|
||||
"time": "2021-01-19T01:15:30+00:00"
|
||||
"time": "2023-07-19T09:04:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "friendsofphp/proxy-manager-lts",
|
||||
|
|
@ -7953,6 +7956,7 @@
|
|||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"edwinhoksberg/php-fcm": 20,
|
||||
"jankstudio/catalyst-api-bundle": 20,
|
||||
"jankstudio/catalyst-auth-bundle": 20,
|
||||
"jankstudio/catalyst-menu-bundle": 20,
|
||||
|
|
|
|||
Loading…
Reference in a new issue