Skip to content

Commit

Permalink
Merge pull request #47 from shulard/patch-1
Browse files Browse the repository at this point in the history
Make the extension compatible with Symfony 4.0.
  • Loading branch information
Grummfy authored Feb 8, 2018
2 parents e49cb5e + 0a23221 commit 3bbaf96
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 @@ -15,7 +15,7 @@
"require": {
"php": "^5.4.0 || ^7.0.0",
"twig/twig": "^1.18 | ^2.0",
"symfony/filesystem": "^2.6 | ^3.0",
"symfony/filesystem": "^2.6 | ^3.0 | ^4.0",
"atoum/atoum": "^2.9 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 3bbaf96

Please sign in to comment.