Skip to content

Commit

Permalink
Merge pull request #521 from franmomu/fix_composer
Browse files Browse the repository at this point in the history
Remove duplicated packages in composer
  • Loading branch information
goetas committed Feb 22, 2020
2 parents d24d624 + e5521c8 commit 0cee3ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
],
"require": {
"php": "^7.2",
"twig/twig": "^1.38 || ^2.7",
"symfony/framework-bundle": "^3.4.31 || ^4.3",
"nikic/php-parser": "^1.4 || ^2.0 || ^3.0 || ^4.0",
"symfony/console": "^3.4 || ^4.3",
"symfony/framework-bundle": "^3.4.31 || ^4.3",
"symfony/validator": "^3.4 || ^4.3",
"twig/twig": "^1.27 || ^2.0"
"twig/twig": "^1.38 || ^2.7"
},
"require-dev": {
"doctrine/annotations": "^1.8",
Expand Down

0 comments on commit 0cee3ab

Please sign in to comment.