Skip to content

Commit

Permalink
Fix Symfony 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Apr 6, 2018
1 parent afb9959 commit f33b7d0
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 @@ -23,7 +23,7 @@
"php": ">=5.5.0",
"phug/compiler": "^0.5.0",
"phug/util": "^0.4.15",
"symfony/var-dumper": "^3.4"
"symfony/var-dumper": "^3.4 || ^4.0"
},
"require-dev": {
"phug/dev-tool": "^0.1.0",
Expand Down

0 comments on commit f33b7d0

Please sign in to comment.