From bf434e5d427e4426f222ded12a0defc8097f2460 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 31 May 2022 06:10:53 +0200 Subject: [PATCH] Sloppy requirement would push Symfony to PHP 8.1. --- composer.json | 4 ++-- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index dc7cec97be..86b874d0a1 100644 --- a/composer.json +++ b/composer.json @@ -104,8 +104,8 @@ "rcrowe/twigbridge": "^0.14", "spatie/data-transfer-object": "^3.7", "spatie/laravel-ignition": "^1.2", - "symfony/http-client": "^6.0", - "symfony/mailgun-mailer": "^6.0" + "symfony/http-client": "6.0.*", + "symfony/mailgun-mailer": "6.0.*" }, "require-dev": { "barryvdh/laravel-ide-helper": "2.*", diff --git a/composer.lock b/composer.lock index 0f8852df75..ac190393d9 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "3e2b5b26154ac5fa507410856ceef4b9", + "content-hash": "f72759d11dab7bb86557a3ee78255b97", "packages": [ { "name": "bacon/bacon-qr-code", @@ -6048,20 +6048,20 @@ }, { "name": "symfony/http-client", - "version": "v6.1.0", + "version": "v6.0.9", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "aa0f9bae4e9f0328373f2cdf93996fb2278b0dd6" + "reference": "3c6fc53a3deed2d3c1825d41ad8b3f23a6b038b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/aa0f9bae4e9f0328373f2cdf93996fb2278b0dd6", - "reference": "aa0f9bae4e9f0328373f2cdf93996fb2278b0dd6", + "url": "https://api.github.com/repos/symfony/http-client/zipball/3c6fc53a3deed2d3c1825d41ad8b3f23a6b038b5", + "reference": "3c6fc53a3deed2d3c1825d41ad8b3f23a6b038b5", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.0.2", "psr/log": "^1|^2|^3", "symfony/http-client-contracts": "^3", "symfony/service-contracts": "^1.0|^2|^3" @@ -6112,7 +6112,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v6.1.0" + "source": "https://github.com/symfony/http-client/tree/v6.0.9" }, "funding": [ { @@ -6128,7 +6128,7 @@ "type": "tidelift" } ], - "time": "2022-05-21T13:34:40+00:00" + "time": "2022-05-21T13:33:31+00:00" }, { "name": "symfony/http-client-contracts", @@ -6469,20 +6469,20 @@ }, { "name": "symfony/mailgun-mailer", - "version": "v6.1.0", + "version": "v6.0.7", "source": { "type": "git", "url": "https://github.com/symfony/mailgun-mailer.git", - "reference": "44d3c15049d84f5165917a6190f06adbe64d71dd" + "reference": "f0d032c26683b26f4bc26864e09b1e08fa55226e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/44d3c15049d84f5165917a6190f06adbe64d71dd", - "reference": "44d3c15049d84f5165917a6190f06adbe64d71dd", + "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/f0d032c26683b26f4bc26864e09b1e08fa55226e", + "reference": "f0d032c26683b26f4bc26864e09b1e08fa55226e", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.0.2", "symfony/mailer": "^5.4|^6.0" }, "require-dev": { @@ -6514,7 +6514,7 @@ "description": "Symfony Mailgun Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailgun-mailer/tree/v6.1.0" + "source": "https://github.com/symfony/mailgun-mailer/tree/v6.0.7" }, "funding": [ { @@ -6530,7 +6530,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T07:15:35+00:00" + "time": "2022-03-24T17:11:42+00:00" }, { "name": "symfony/mime",