|
|
@ -4,9 +4,90 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "a3662dbf6dcf0a08007a46e82ff72261", |
|
|
|
"content-hash": "502e42241d7a90bbf3298a007acf7f3a", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "composer/semver", |
|
|
|
"version": "3.4.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/composer/semver.git", |
|
|
|
"reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", |
|
|
|
"reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpstan/phpstan": "^1.4", |
|
|
|
"symfony/phpunit-bridge": "^4.2 || ^5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-main": "3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Composer\\Semver\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Nils Adermann", |
|
|
|
"email": "naderman@naderman.de", |
|
|
|
"homepage": "http://www.naderman.de" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Jordi Boggiano", |
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
"homepage": "http://seld.be" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Rob Bast", |
|
|
|
"email": "rob.bast@gmail.com", |
|
|
|
"homepage": "http://robbast.nl" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.", |
|
|
|
"keywords": [ |
|
|
|
"semantic", |
|
|
|
"semver", |
|
|
|
"validation", |
|
|
|
"versioning" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"irc": "ircs://irc.libera.chat:6697/composer", |
|
|
|
"issues": "https://github.com/composer/semver/issues", |
|
|
|
"source": "https://github.com/composer/semver/tree/3.4.2" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://packagist.com", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/composer", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-07-12T11:35:52+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/cache", |
|
|
|
"version": "3.0.0", |
|
|
|
"source": { |
|
|
@ -278,6 +359,85 @@ |
|
|
|
"time": "2024-05-31T14:57:53+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/asset-mapper", |
|
|
|
"version": "v7.1.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/asset-mapper.git", |
|
|
|
"reference": "5a388ee31d6536103b8a6a9d4e63b18670578fe0" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/asset-mapper/zipball/5a388ee31d6536103b8a6a9d4e63b18670578fe0", |
|
|
|
"reference": "5a388ee31d6536103b8a6a9d4e63b18670578fe0", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"composer/semver": "^3.0", |
|
|
|
"php": ">=8.2", |
|
|
|
"symfony/deprecation-contracts": "^2.1|^3", |
|
|
|
"symfony/filesystem": "^7.1", |
|
|
|
"symfony/http-client": "^6.4|^7.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"symfony/framework-bundle": "<6.4" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"symfony/asset": "^6.4|^7.0", |
|
|
|
"symfony/browser-kit": "^6.4|^7.0", |
|
|
|
"symfony/console": "^6.4|^7.0", |
|
|
|
"symfony/event-dispatcher-contracts": "^3.0", |
|
|
|
"symfony/finder": "^6.4|^7.0", |
|
|
|
"symfony/framework-bundle": "^6.4|^7.0", |
|
|
|
"symfony/http-foundation": "^6.4|^7.0", |
|
|
|
"symfony/http-kernel": "^6.4|^7.0", |
|
|
|
"symfony/web-link": "^6.4|^7.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Symfony\\Component\\AssetMapper\\": "" |
|
|
|
}, |
|
|
|
"exclude-from-classmap": [ |
|
|
|
"/Tests/" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Fabien Potencier", |
|
|
|
"email": "fabien@symfony.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Maps directories of assets & makes them available in a public directory with versioned filenames.", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/asset-mapper/tree/v7.1.2" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://symfony.com/sponsor", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/fabpot", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-06-28T08:00:31+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/cache", |
|
|
|
"version": "v7.1.2", |
|
|
|
"source": { |
|
|
@ -1413,6 +1573,178 @@ |
|
|
|
"time": "2024-06-28T08:00:31+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-client", |
|
|
|
"version": "v7.1.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/http-client.git", |
|
|
|
"reference": "90ace27d17ccc9afc6f7ec0081e8529fb0e29425" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/90ace27d17ccc9afc6f7ec0081e8529fb0e29425", |
|
|
|
"reference": "90ace27d17ccc9afc6f7ec0081e8529fb0e29425", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=8.2", |
|
|
|
"psr/log": "^1|^2|^3", |
|
|
|
"symfony/deprecation-contracts": "^2.5|^3", |
|
|
|
"symfony/http-client-contracts": "^3.4.1", |
|
|
|
"symfony/service-contracts": "^2.5|^3" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"php-http/discovery": "<1.15", |
|
|
|
"symfony/http-foundation": "<6.4" |
|
|
|
}, |
|
|
|
"provide": { |
|
|
|
"php-http/async-client-implementation": "*", |
|
|
|
"php-http/client-implementation": "*", |
|
|
|
"psr/http-client-implementation": "1.0", |
|
|
|
"symfony/http-client-implementation": "3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"amphp/amp": "^2.5", |
|
|
|
"amphp/http-client": "^4.2.1", |
|
|
|
"amphp/http-tunnel": "^1.0", |
|
|
|
"amphp/socket": "^1.1", |
|
|
|
"guzzlehttp/promises": "^1.4|^2.0", |
|
|
|
"nyholm/psr7": "^1.0", |
|
|
|
"php-http/httplug": "^1.0|^2.0", |
|
|
|
"psr/http-client": "^1.0", |
|
|
|
"symfony/dependency-injection": "^6.4|^7.0", |
|
|
|
"symfony/http-kernel": "^6.4|^7.0", |
|
|
|
"symfony/messenger": "^6.4|^7.0", |
|
|
|
"symfony/process": "^6.4|^7.0", |
|
|
|
"symfony/rate-limiter": "^6.4|^7.0", |
|
|
|
"symfony/stopwatch": "^6.4|^7.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Symfony\\Component\\HttpClient\\": "" |
|
|
|
}, |
|
|
|
"exclude-from-classmap": [ |
|
|
|
"/Tests/" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Nicolas Grekas", |
|
|
|
"email": "p@tchwork.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"keywords": [ |
|
|
|
"http" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/http-client/tree/v7.1.2" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://symfony.com/sponsor", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/fabpot", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-06-28T08:00:31+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-client-contracts", |
|
|
|
"version": "v3.5.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/http-client-contracts.git", |
|
|
|
"reference": "20414d96f391677bf80078aa55baece78b82647d" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/20414d96f391677bf80078aa55baece78b82647d", |
|
|
|
"reference": "20414d96f391677bf80078aa55baece78b82647d", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=8.1" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-main": "3.5-dev" |
|
|
|
}, |
|
|
|
"thanks": { |
|
|
|
"name": "symfony/contracts", |
|
|
|
"url": "https://github.com/symfony/contracts" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Symfony\\Contracts\\HttpClient\\": "" |
|
|
|
}, |
|
|
|
"exclude-from-classmap": [ |
|
|
|
"/Test/" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Nicolas Grekas", |
|
|
|
"email": "p@tchwork.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Generic abstractions related to HTTP clients", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"keywords": [ |
|
|
|
"abstractions", |
|
|
|
"contracts", |
|
|
|
"decoupling", |
|
|
|
"interfaces", |
|
|
|
"interoperability", |
|
|
|
"standards" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/symfony/http-client-contracts/tree/v3.5.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://symfony.com/sponsor", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/fabpot", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-04-18T09:32:20+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-foundation", |
|
|
|
"version": "v7.1.1", |
|
|
|
"source": { |
|
|
|