Skip to content

chore(deps): update symfony/expression-language requirement from ^7.1 to ^8.0#522

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/expression-language-tw-8.0
Open

chore(deps): update symfony/expression-language requirement from ^7.1 to ^8.0#522
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/expression-language-tw-8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2025

Updates the requirements on symfony/expression-language to permit the latest version.

Release notes

Sourced from symfony/expression-language's releases.

v8.0.0

Changelog (symfony/expression-language@v8.0.0-RC3...v8.0.0)

  • no significant changes
Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

7.2

  • Add support for null-coalescing unknown variables
  • Add support for comments using /* & */
  • Allow passing any iterable as $providers list to ExpressionLanguage constructor
  • Add support for <<, >>, and ~ bitwise operators
  • Add support for logical xor operator

7.1

  • Add support for PHP min and max functions
  • Add Parser::IGNORE_UNKNOWN_VARIABLES and Parser::IGNORE_UNKNOWN_FUNCTIONS flags to control whether parsing and linting should check for unknown variables and functions.
  • Deprecate passing null as the allowed variable names to ExpressionLanguage::lint() and Parser::lint(), pass the IGNORE_UNKNOWN_VARIABLES flag instead to ignore unknown variables during linting

7.0

  • The in and not in operators now use strict comparison

6.3

  • Add enum expression function
  • Deprecate loose comparisons when using the "in" operator; normalize the array parameter so it only has the expected types or implement loose matching in your own expression function

6.2

  • Add support for null-coalescing syntax

6.1

  • Add support for null-safe syntax when parsing object's methods and properties
  • Add new operators: contains, starts with and ends with
  • Support lexing numbers with the numeric literal separator _
  • Support lexing decimals with no leading zero

5.1.0

  • added lint method to ExpressionLanguage class

... (truncated)

Commits
  • 43f520a Merge branch '7.4' into 8.0
  • 8b9bbbb Merge branch '7.3' into 7.4
  • cd87867 Merge branch '6.4' into 7.3
  • 01906f3 [ExpressionLanguage] Compile numbers with var_export in Compiler::repr for th...
  • 7823bc1 Merge branch '7.4' into 8.0
  • b53192c chore: PHP CS Fixer - update heredoc handling
  • f1feded Merge branch '7.4' into 8.0
  • ac16e72 minor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)
  • a2ab9b5 Merge branch '7.4' into 8.0
  • b79fe9b run tests with PHPUnit 12.3
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [symfony/expression-language](https://github.com/symfony/expression-language) to permit the latest version.
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.3/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: symfony/expression-language
  dependency-version: 8.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants