Skip to content

Commit

Permalink
minor #8 Allow symfony/twig-bundle ^5.4 to better test lowest deps (b…
Browse files Browse the repository at this point in the history
…ocharsky-bw)

This PR was squashed before being merged into the main branch.

Discussion
----------

Allow symfony/twig-bundle ^5.4 to better test lowest deps

In order to prevent regression and catch #5 with tests... needed to be rebased on #7 to make tests pass.

Seems we also need to add `"symfony/options-resolver": "^5.4|^6.3|^7.0"` to the dev deps to fix deprecations

Commits
-------

dd5607b Allow symfony/twig-bundle ^5.4 to better test lowest deps
  • Loading branch information
weaverryan committed Oct 9, 2023
2 parents dae0100 + dd5607b commit e50c06f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
"phpstan/phpstan": "^1.11",
"zenstruck/browser": "^1.4",
"symfony/twig-bundle": "^6.3|^7.0",
"twig/twig": "^2.15|^3.0"
"symfony/twig-bundle": "^5.4|^6.3|^7.0",
"twig/twig": "^2.15|^3.0",
"symfony/options-resolver": "^5.4|^6.3|^7.0"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit e50c06f

Please sign in to comment.