Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
* 2.x:
  Bump min deps
  • Loading branch information
fabpot committed Jul 29, 2023
2 parents af5b336 + 1e1bbcb commit 95ceb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=7.1.3",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/mime": "^5.4|^6.0",
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
"symfony/phpunit-bridge": "^5.4|^6.3"
},
"autoload": {
"psr-4" : { "Twig\\Extra\\Html\\" : "" },
Expand Down

0 comments on commit 95ceb36

Please sign in to comment.