Skip to content

Commit

Permalink
Merge pull request #563 from qkdreyer/patch-1
Browse files Browse the repository at this point in the history
fix: require symfony/expression-language
  • Loading branch information
goetas authored Nov 26, 2021
2 parents 4883c2e + 62af3d9 commit 9d8df7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"php": "^7.2 || ^8.0",
"nikic/php-parser": "^1.4 || ^2.0 || ^3.0 || ^4.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0",
"symfony/expression-language": "^3.4 || ^4.3 || ^5.0",
"symfony/framework-bundle": "^3.4.31 || ^4.3 || ^5.0",
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
"symfony/translation-contracts": "^1.1 || ^2.0",
Expand All @@ -41,7 +42,6 @@
"symfony/asset": "^3.4 || ^4.3 || ^5.0",
"symfony/browser-kit": "^3.4 || ^4.3 || ^5.0",
"symfony/css-selector": "^3.4 || ^4.3 || ^5.0",
"symfony/expression-language": "^3.4 || ^4.3 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.3 || ^5.0",
"symfony/form": "^3.4 || ^4.3 || ^5.0",
"symfony/security-csrf": "^3.4 || ^4.3 || ^5.0",
Expand Down

0 comments on commit 9d8df7f

Please sign in to comment.