Skip to content

Update symfony/expression-language requirement from ^6.0 to ^8.0#298

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

Update symfony/expression-language requirement from ^6.0 to ^8.0#298
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/symfony/expression-language-tw-8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 8, 2026

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

Release notes

Sourced from symfony/expression-language's releases.

v8.0.4

Changelog (symfony/expression-language@v8.0.3...v8.0.4)

  • no significant changes
Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

8.1

  • Add support for null-safe array access syntax (foo?.[0])

8.0

  • Remove support for 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

    -$expressionLanguage->lint($expression, null);
    +$expressionLanguage->lint($expression, [], ExpressionLanguage::IGNORE_UNKNOWN_VARIABLES);

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

... (truncated)

Commits
  • 83989cf Merge branch '7.4' into 8.0
  • f3a6497 Merge branch '7.3' into 7.4
  • bb4594c Merge branch '6.4' into 7.3
  • 89c10ef do not use PHPUnit mock objects without configured expectations
  • 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
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

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/8.1/CHANGELOG.md)
- [Commits](symfony/expression-language@v6.0.0...v8.0.4)

---
updated-dependencies:
- dependency-name: symfony/expression-language
  dependency-version: 8.0.4
  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 Mar 8, 2026
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