Skip to content

Commit

Permalink
add packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell committed Jan 31, 2021
1 parent 6f3cd86 commit ceeec08
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
"ext-fileinfo": "*"
},
"require-dev": {
"symfony/phpunit-bridge": "*",
"symfony/validator": "*",
"doctrine/orm": "*",
"symfony/form": "*",
"symfony/http-foundation": "*",
"twig/twig": "*"
"symfony/phpunit-bridge": "*",
"symfony/validator": "*",
"doctrine/orm": "*",
"symfony/form": "*",
"symfony/http-foundation": "*",
"twig/twig": "*",
"symfony/cache": "*",
"symfony/asset": "*"
},
"suggest": {
"symfony/validator": "Validate files against constraints",
Expand Down

0 comments on commit ceeec08

Please sign in to comment.