Bump symfony/expression-language from 6.4.3 to 7.0.3

Bumps [symfony/expression-language](https://github.com/symfony/expression-language) from 6.4.3 to 7.0.3.
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/expression-language/compare/v6.4.3...v7.0.3)

---
updated-dependencies:
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-11 03:55:59 +00:00
committed by GitHub
parent ac4e9dcbc5
commit d3fad06e00
2 changed files with 10 additions and 11 deletions

View File

@@ -105,7 +105,7 @@
"spatie/laravel-html": "^3.2", "spatie/laravel-html": "^3.2",
"spatie/laravel-ignition": "^2", "spatie/laravel-ignition": "^2",
"spatie/period": "^2.4", "spatie/period": "^2.4",
"symfony/expression-language": "^6.4", "symfony/expression-language": "^7.0",
"symfony/http-client": "^7.0", "symfony/http-client": "^7.0",
"symfony/mailgun-mailer": "^7.0", "symfony/mailgun-mailer": "^7.0",
"therobfonz/laravel-mandrill-driver": "^5.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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "9cfa71fcc341ecf39399d0a0ff39dd69", "content-hash": "47ea9b5a493721b23d1463d9d41b6b33",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@@ -6657,22 +6657,21 @@
}, },
{ {
"name": "symfony/expression-language", "name": "symfony/expression-language",
"version": "v6.4.3", "version": "v7.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/expression-language.git", "url": "https://github.com/symfony/expression-language.git",
"reference": "b4a4ae33fbb33a99d23c5698faaecadb76ad0fe4" "reference": "0877c599cb260c9614f9229c0a2090d6919fd621"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/b4a4ae33fbb33a99d23c5698faaecadb76ad0fe4", "url": "https://api.github.com/repos/symfony/expression-language/zipball/0877c599cb260c9614f9229c0a2090d6919fd621",
"reference": "b4a4ae33fbb33a99d23c5698faaecadb76ad0fe4", "reference": "0877c599cb260c9614f9229c0a2090d6919fd621",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.2",
"symfony/cache": "^5.4|^6.0|^7.0", "symfony/cache": "^6.4|^7.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/service-contracts": "^2.5|^3" "symfony/service-contracts": "^2.5|^3"
}, },
"type": "library", "type": "library",
@@ -6701,7 +6700,7 @@
"description": "Provides an engine that can compile and evaluate expressions", "description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/expression-language/tree/v6.4.3" "source": "https://github.com/symfony/expression-language/tree/v7.0.3"
}, },
"funding": [ "funding": [
{ {
@@ -6717,7 +6716,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T14:51:35+00:00" "time": "2024-01-23T15:02:46+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",