From 9b663800fd7fe5ea334b47b4b797fc4e9ae5edde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:20:57 +0000 Subject: [PATCH] Bump bdunogier/guzzle-site-authenticator from 1.0.1 to 1.1.0 Bumps [bdunogier/guzzle-site-authenticator](https://github.com/wallabag/guzzle-site-authenticator) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/wallabag/guzzle-site-authenticator/releases) - [Commits](https://github.com/wallabag/guzzle-site-authenticator/compare/1.0.1...1.1.0) --- updated-dependencies: - dependency-name: bdunogier/guzzle-site-authenticator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 5ff72d0f8..c5e1af59f 100644 --- a/composer.lock +++ b/composer.lock @@ -145,26 +145,30 @@ }, { "name": "bdunogier/guzzle-site-authenticator", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wallabag/guzzle-site-authenticator.git", - "reference": "b0d32d72bdf84d1695ed2131e644f900ea570136" + "reference": "16a73a973000cde431f45deb6a45b4315fc4d391" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/b0d32d72bdf84d1695ed2131e644f900ea570136", - "reference": "b0d32d72bdf84d1695ed2131e644f900ea570136", + "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/16a73a973000cde431f45deb6a45b4315fc4d391", + "reference": "16a73a973000cde431f45deb6a45b4315fc4d391", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^5.2.0", + "guzzlehttp/guzzle": "^5.3.1", "psr/log": "^1.0.0", - "symfony/expression-language": "^3.2|^4.4|^5.4" + "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", @@ -192,9 +196,9 @@ "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.0.1" + "source": "https://github.com/wallabag/guzzle-site-authenticator/tree/1.1.0" }, - "time": "2022-03-13T18:08:08+00:00" + "time": "2023-08-21T14:33:48+00:00" }, { "name": "beberlei/assert",