Sloppy requirement would push Symfony to PHP 8.1.

This commit is contained in:
James Cole 2022-05-31 06:10:53 +02:00
parent 5f3524c5aa
commit bf434e5d42
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 17 additions and 17 deletions

View File

@ -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.*",

30
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": "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",