Skip to content

Commit

Permalink
Allow install on Symfony 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jan 24, 2018
1 parent ac50922 commit c81be98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": "~5.6|~7.0|~7.1",
"symfony/framework-bundle": "~2.7|~3.0",
"php": "^5.6|^7.0",
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
"netgen/htmlpdfapi": "0.2"
},
"require-dev": {
Expand Down

0 comments on commit c81be98

Please sign in to comment.