Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
erelke committed Jun 5, 2019
1 parent 034ce98 commit 3728c98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": ">=7.0",
"symfony/framework-bundle": "~3.2|~4.0",
"php": ">=7.1",
"symfony/framework-bundle": "~3.4|~4.0",
"twig/twig": "~2.0",
"phpoffice/phpspreadsheet": "~1.7.0"
},
"require-dev": {
"symfony/symfony": "~3.4|~4.0",
"sensio/framework-extra-bundle": "~3.0|~4.0",
"symfony/phpunit-bridge": "~4.0",
"phpunit/phpunit": "^6.5",
"symfony/phpunit-bridge": "^4.0",
"phpunit/phpunit": "^7.5",
"mpdf/mpdf": "~7.0"
},
"suggest": {
Expand Down

0 comments on commit 3728c98

Please sign in to comment.