Change dependency for fcm to forked lib with high priority set #751

This commit is contained in:
Ramon Gutierrez 2023-07-19 17:57:05 +08:00
parent 0eef2449e8
commit 6d6662611d
2 changed files with 25 additions and 17 deletions

View file

@ -17,6 +17,10 @@
{ {
"type": "vcs", "type": "vcs",
"url": "git@gitlab.com:jankstudio1/catalyst-2/menu-bundle.git" "url": "git@gitlab.com:jankstudio1/catalyst-2/menu-bundle.git"
},
{
"type": "vcs",
"url": "https://github.com/arcticzero/php-fcm.git"
} }
], ],
"require": { "require": {
@ -28,7 +32,7 @@
"doctrine/doctrine-bundle": "^2", "doctrine/doctrine-bundle": "^2",
"doctrine/doctrine-migrations-bundle": "^2", "doctrine/doctrine-migrations-bundle": "^2",
"doctrine/orm": "^2", "doctrine/orm": "^2",
"edwinhoksberg/php-fcm": "^1.0", "edwinhoksberg/php-fcm": "dev-notif-priority-hotfix",
"guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^6.3",
"hashids/hashids": "^4.1", "hashids/hashids": "^4.1",
"jankstudio/catalyst-api-bundle": "dev-master", "jankstudio/catalyst-api-bundle": "dev-master",

36
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6e52016d46fa06387dbd9db37e6feb93", "content-hash": "653f8558c75614dd65421cb3eb48c29b",
"packages": [ "packages": [
{ {
"name": "composer/package-versions-deprecated", "name": "composer/package-versions-deprecated",
@ -1772,26 +1772,26 @@
}, },
{ {
"name": "edwinhoksberg/php-fcm", "name": "edwinhoksberg/php-fcm",
"version": "v1.2.0", "version": "dev-notif-priority-hotfix",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/EdwinHoksberg/php-fcm.git", "url": "https://github.com/ArcticZero/php-fcm.git",
"reference": "660bbe4ae71e02090f16b11b4a993dfebab83f7f" "reference": "eabbfbc5df8df908ea7d13f0446202fda81e65fd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/EdwinHoksberg/php-fcm/zipball/660bbe4ae71e02090f16b11b4a993dfebab83f7f", "url": "https://api.github.com/repos/ArcticZero/php-fcm/zipball/eabbfbc5df8df908ea7d13f0446202fda81e65fd",
"reference": "660bbe4ae71e02090f16b11b4a993dfebab83f7f", "reference": "eabbfbc5df8df908ea7d13f0446202fda81e65fd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/guzzle": "^6.3 || ^7.0", "guzzlehttp/guzzle": "^6.3 || ^7.0",
"php": ">= 7.2" "php": ">= 7.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.5",
"php-coveralls/php-coveralls": "^2.3", "php-coveralls/php-coveralls": "^2.5",
"phpunit/phpunit": "^6.5" "phpunit/phpunit": "^9.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1799,7 +1799,11 @@
"Fcm\\": "src/" "Fcm\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "scripts": {
"test": [
"XDEBUG_MODE=coverage vendor/bin/phpunit -c phpunit.dist.xml"
]
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -1812,17 +1816,16 @@
"description": "A library for sending Firebase cloud messages and managing user topic subscriptions, device groups and devices.", "description": "A library for sending Firebase cloud messages and managing user topic subscriptions, device groups and devices.",
"homepage": "https://github.com/EdwinHoksberg/php-fcm", "homepage": "https://github.com/EdwinHoksberg/php-fcm",
"keywords": [ "keywords": [
"FCM", "fcm",
"Firebase Cloud Messaging",
"firebase", "firebase",
"firebase cloud messaging",
"google", "google",
"notifications" "notifications"
], ],
"support": { "support": {
"issues": "https://github.com/EdwinHoksberg/php-fcm/issues", "source": "https://github.com/ArcticZero/php-fcm/tree/master"
"source": "https://github.com/EdwinHoksberg/php-fcm/tree/v1.2.0"
}, },
"time": "2021-01-19T01:15:30+00:00" "time": "2023-07-19T09:04:27+00:00"
}, },
{ {
"name": "friendsofphp/proxy-manager-lts", "name": "friendsofphp/proxy-manager-lts",
@ -7953,6 +7956,7 @@
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"edwinhoksberg/php-fcm": 20,
"jankstudio/catalyst-api-bundle": 20, "jankstudio/catalyst-api-bundle": 20,
"jankstudio/catalyst-auth-bundle": 20, "jankstudio/catalyst-auth-bundle": 20,
"jankstudio/catalyst-menu-bundle": 20, "jankstudio/catalyst-menu-bundle": 20,