Merge branch 'release/5.7.8'

This commit is contained in:
James Cole
2022-05-31 06:13:18 +02:00
5 changed files with 24 additions and 19 deletions

View File

@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 5.7.8 - 2022-06-01
### Fixed
- Symfony 6.1 requires PHP 8.1, so back to 6.0 for the time being.
## 5.7.7 - 2022-06-01
### Fixed

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

View File

@@ -101,7 +101,7 @@ return [
'webhooks' => false,
'handle_debts' => true,
],
'version' => '5.7.7',
'version' => '5.7.8',
'api_version' => '1.5.6',
'db_version' => 18,

View File

@@ -12,6 +12,6 @@ sonar.organization=firefly-iii
#sonar.sourceEncoding=UTF-8
sonar.projectVersion=5.7.7
sonar.projectVersion=5.7.8
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
sonar.sourceEncoding=UTF-8