Skip to content

Commit

Permalink
Updated bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Mar 22, 2020
1 parent e20c9ae commit 295fcb3
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 36 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 6.2.0

* Updated bundles:
- symfony/symfony: 3.4.38
- twig/twig: v2.12.5
- os2display/admin-bundle: 2.2.0
- os2display/core-bundle: 2.2.0
- os2display/default-template-bundle: 2.1.0

## 6.1.4

* Merged https://github.com/os2display/admin/pull/26 - Minor language/syntax/link fixes
Expand Down
72 changes: 37 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion update_bundles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
bold=$(tput bold)
normal=$(tput sgr0)

php -d memory_limit=-1 $(which composer) update symfony/symfony os2display/core-bundle os2display/admin-bundle os2display/default-template-bundle os2display/media-bundle os2display/campaign-bundle os2display/screen-bundle
php -d memory_limit=-1 $(which composer) update symfony/symfony twig/twig os2display/core-bundle os2display/admin-bundle os2display/default-template-bundle os2display/media-bundle os2display/campaign-bundle os2display/screen-bundle

0 comments on commit 295fcb3

Please sign in to comment.