Skip to content

Commit

Permalink
allow symfony 5 and twig 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroeny authored and alcohol committed Nov 25, 2019
1 parent 73f4624 commit 1e4f177
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 143 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"require": {
"php": "^7.2",
"composer/composer": "^1.9.0",
"symfony/console": "^4.3.5",
"twig/twig": "^2.12.0"
"symfony/console": "^4.3.5||^5.0.0",
"twig/twig": "^2.12.0||^3.0.0"
},
"autoload": {
"psr-4": { "Composer\\Satis\\": "src" }
Expand Down
Loading

0 comments on commit 1e4f177

Please sign in to comment.