Skip to content

Commit

Permalink
minor #143 [ExpressionLanguage] Disable test case for conflicting fun…
Browse files Browse the repository at this point in the history
…ction on Sf6.1 (ogizanagi)

This PR was merged into the 0.x-dev branch.

Discussion
----------

[ExpressionLanguage] Disable test case for conflicting function on Sf6.1

with new 6.1 operators: https://symfony.com/blog/new-in-symfony-6-1-improved-expressionlanguage-syntax

Supersedes #142

Commits
-------

e9fface [ExpressionLanguage] Disable test case for conflicting function on Sf 6.1
  • Loading branch information
ogizanagi committed May 20, 2022
2 parents 69086cc + e9fface commit 2b72c8f
Show file tree
Hide file tree
Showing 5 changed files with 9,870 additions and 45 deletions.
6 changes: 5 additions & 1 deletion doc/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true
}
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2b72c8f

Please sign in to comment.