Integrate bdunogier/guzzle-site-authenticator in core

This commit is contained in:
Yassine Guedidi
2024-02-02 21:56:25 +01:00
parent 8abea942b3
commit 03111e510c
24 changed files with 4555 additions and 65 deletions

59
composer.lock generated
View File

@ -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": "3676d938a5f11d9556b4c3047f08bf86",
"content-hash": "4ade839f1958082269247bc7ef3ac845",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -143,63 +143,6 @@
},
"time": "2022-12-07T17:46:57+00:00"
},
{
"name": "bdunogier/guzzle-site-authenticator",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/wallabag/guzzle-site-authenticator.git",
"reference": "16a73a973000cde431f45deb6a45b4315fc4d391"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/16a73a973000cde431f45deb6a45b4315fc4d391",
"reference": "16a73a973000cde431f45deb6a45b4315fc4d391",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^5.3.1",
"psr/log": "^1.0.0",
"symfony/config": "^4.4|^5.4|^6.0",
"symfony/dependency-injection": "^4.4|^5.4|^6.0",
"symfony/expression-language": "^4.4|^5.4|^6.0",
"symfony/http-kernel": "^4.4|^5.4|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4.0",
"monolog/monolog": "^2.3",
"nyholm/symfony-bundle-test": "^2.0",
"symfony/phpunit-bridge": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"BD\\GuzzleSiteAuthenticator\\": "lib/",
"BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bertrand Dunogier",
"email": "bertrand.dunogier@gmail.com"
}
],
"description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
"support": {
"issues": "https://github.com/wallabag/guzzle-site-authenticator/issues",
"source": "https://github.com/wallabag/guzzle-site-authenticator/tree/1.1.0"
},
"time": "2023-08-21T14:33:48+00:00"
},
{
"name": "beberlei/assert",
"version": "v3.3.2",