Merge pull request #8658 from firefly-iii/dependabot/composer/develop/symfony/expression-language-7.0.3

This commit is contained in:
James Cole 2024-03-11 05:26:48 +01:00 committed by GitHub
commit 8b3317b665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 11 deletions

View File

@ -105,7 +105,7 @@
"spatie/laravel-html": "^3.2",
"spatie/laravel-ignition": "^2",
"spatie/period": "^2.4",
"symfony/expression-language": "^6.4",
"symfony/expression-language": "^7.0",
"symfony/http-client": "^7.0",
"symfony/mailgun-mailer": "^7.0",
"therobfonz/laravel-mandrill-driver": "^5.0"

19
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": "9cfa71fcc341ecf39399d0a0ff39dd69",
"content-hash": "47ea9b5a493721b23d1463d9d41b6b33",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -6657,22 +6657,21 @@
},
{
"name": "symfony/expression-language",
"version": "v6.4.3",
"version": "v7.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
"reference": "b4a4ae33fbb33a99d23c5698faaecadb76ad0fe4"
"reference": "0877c599cb260c9614f9229c0a2090d6919fd621"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/b4a4ae33fbb33a99d23c5698faaecadb76ad0fe4",
"reference": "b4a4ae33fbb33a99d23c5698faaecadb76ad0fe4",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/0877c599cb260c9614f9229c0a2090d6919fd621",
"reference": "0877c599cb260c9614f9229c0a2090d6919fd621",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/deprecation-contracts": "^2.5|^3",
"php": ">=8.2",
"symfony/cache": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3"
},
"type": "library",
@ -6701,7 +6700,7 @@
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/expression-language/tree/v6.4.3"
"source": "https://github.com/symfony/expression-language/tree/v7.0.3"
},
"funding": [
{
@ -6717,7 +6716,7 @@
"type": "tidelift"
}
],
"time": "2024-01-23T14:51:35+00:00"
"time": "2024-01-23T15:02:46+00:00"
},
{
"name": "symfony/finder",