Skip to content

Commit

Permalink
Merge pull request #10 from vuongxuongminh/2.1
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
vuongxuongminh authored Nov 29, 2020
2 parents 582cb3d + 72695f4 commit 4bd8567
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 354 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is a clean template base on `symfony/skeleton` (Symfony 5) with common Symf
+ Mailer.
+ Messenger.
+ ORM.
+ Twig.

And set of Docker services, include basic Helm chart help you save time and easy to deploy it in your Kubernetes cluster.

Expand Down
6 changes: 4 additions & 2 deletions symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
"symfony/mailer": "5.1.*",
"symfony/messenger": "5.1.*",
"symfony/monolog-bundle": "^3.6",
"symfony/yaml": "5.1.*"
"symfony/twig-bundle": "5.1.*",
"symfony/yaml": "5.1.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
"require-dev": {
"symfony/debug-bundle": "^5.1",
"symfony/stopwatch": "^5.1",
"symfony/twig-bundle": "^5.1",
"symfony/var-dumper": "^5.1",
"symfony/web-profiler-bundle": "^5.1"
},
Expand Down
Loading

0 comments on commit 4bd8567

Please sign in to comment.