Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauheni Padniuk committed Oct 3, 2018
1 parent e96eb78 commit b374b16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"require": {
"php": ">=7.0",
"symfony/framework-bundle": "~2.7|~3.0|~4.0"
"symfony/framework-bundle": "~2.7.12|~3.0.6|~4.0"
},
"require-dev": {
"phpunit/phpunit": "~6.1",
"twig/twig": "~1.5|~2.0",
"phpunit/phpunit": "~6.1",
"twig/twig": "~1.5|~2.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
},
"autoload": {
Expand Down

0 comments on commit b374b16

Please sign in to comment.