|
|
@@ -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": "00170b007af9ba964c8103c81ce639ad",
|
|
|
+ "content-hash": "f69ce3b017b6d797be36216a9ff73e54",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "api-platform/core",
|
|
|
@@ -5821,6 +5821,173 @@
|
|
|
],
|
|
|
"time": "2022-01-02T09:53:40+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/mercure",
|
|
|
+ "version": "v0.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/mercure.git",
|
|
|
+ "reference": "7546092e654f9bb22e554819fb614e462075065a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/mercure/zipball/7546092e654f9bb22e554819fb614e462075065a",
|
|
|
+ "reference": "7546092e654f9bb22e554819fb614e462075065a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/deprecation-contracts": "^2.0|^3.0",
|
|
|
+ "symfony/http-client": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/polyfill-php80": "^1.22",
|
|
|
+ "symfony/web-link": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "lcobucci/jwt": "^3.4|^4.0",
|
|
|
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/phpunit-bridge": "^5.2|^6.0",
|
|
|
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
|
|
|
+ "twig/twig": "^2.0|^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/stopwatch": "Integration with the profiler performances"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "0.5.x-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "dunglas/mercure",
|
|
|
+ "url": "https://github.com/dunglas/mercure"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Mercure\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Kévin Dunglas",
|
|
|
+ "email": "dunglas@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony Mercure Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "mercure",
|
|
|
+ "push",
|
|
|
+ "sse",
|
|
|
+ "updates"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/symfony/mercure/issues",
|
|
|
+ "source": "https://github.com/symfony/mercure/tree/v0.6.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/dunglas",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/mercure",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-12-16T15:26:48+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/mercure-bundle",
|
|
|
+ "version": "v0.3.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/mercure-bundle.git",
|
|
|
+ "reference": "1c04180b3bba5c285b1d6c2a3b347e54111cf838"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/mercure-bundle/zipball/1c04180b3bba5c285b1d6c2a3b347e54111cf838",
|
|
|
+ "reference": "1c04180b3bba5c285b1d6c2a3b347e54111cf838",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "lcobucci/jwt": "^3.4|^4.0",
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/mercure": "^0.6.1",
|
|
|
+ "symfony/web-link": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^4.3.7|^5.0|^6.0",
|
|
|
+ "symfony/stopwatch": "^4.3.7|^5.0|^6.0",
|
|
|
+ "symfony/ux-turbo-mercure": "*",
|
|
|
+ "symfony/var-dumper": "^4.3.7|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/messenger": "To use the Messenger integration"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "0.3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Bundle\\MercureBundle\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Kévin Dunglas",
|
|
|
+ "email": "dunglas@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony MercureBundle",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "mercure",
|
|
|
+ "push",
|
|
|
+ "sse",
|
|
|
+ "updates"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/symfony/mercure-bundle/issues",
|
|
|
+ "source": "https://github.com/symfony/mercure-bundle/tree/v0.3.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/dunglas",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/mercure-bundle",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-12-16T16:10:18+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/messenger",
|
|
|
"version": "v5.4.3",
|
|
|
@@ -9692,5 +9859,5 @@
|
|
|
"ext-iconv": "*"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "2.1.0"
|
|
|
+ "plugin-api-version": "2.2.0"
|
|
|
}
|