Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/expression-language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32d2d19
Choose a base ref
...
head repository: symfony/expression-language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b53192c
Choose a head ref
  • 11 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

    nicolas-grekas committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ee81afe View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [GHA] Enable igbinary on windows
      [Validator] Add missing Polish plural form for filename length validator
      [ExpressionLanguage] Fix dumping of null safe operator
      [TypeInfo] Reuse `CollectionType::mergeCollectionValueTypes` for `ConstFetchNode`
    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    849258b View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.3' into 7.4

    * 7.3:
      -
      -
      -
      CS fixes
    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    d67ed69 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Fix typos

    nicolas-grekas committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    96e8888 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. run tests using PHPUnit 11.5

    xabbuh committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    b3f60d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    be9035a View commit details
    Browse the repository at this point in the history
  2. CS fixes

    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    2e92b4a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Configuration menu
    Copy the full SHA
    dc65632 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. run tests with PHPUnit 12.3

    xabbuh committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    b79fe9b View commit details
    Browse the repository at this point in the history
  2. minor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 …

    …(keradus)
    
    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
     chore: PHP CS Fixer - heredoc indentation as of PHP 7.3
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Issues        | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    inspired by symfony/symfony@06e22b0#r2265021821
    
    [Possible since PHP 7.3](https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc)
    
    with love by [PHP Coding Standards Fixer](https://cs.symfony.com/)
    
    Commits
    -------
    
    4a25a6a5785 chore: heredoc indentation as of PHP 7.3
    nicolas-grekas committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    ac16e72 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    b53192c View commit details
    Browse the repository at this point in the history
Loading