Skip to content

Commit

Permalink
Composer upgrade to Symfony 3.2.6.
Browse files Browse the repository at this point in the history
Via `php composer.phar update --with-dependencies`.

- Updating symfony/symfony (v3.2.4 => v3.2.6)
- Updating paragonie/random_compat (v2.0.9 => v2.0.10)
- Updating jms/serializer-bundle (1.2.0 => 1.2.1)
- Updating symfony/phpunit-bridge (v3.2.5 => v3.2.6)
- Updating monolog/monolog (1.22.0 => 1.22.1)
- Updating sensiolabs/security-checker (v4.0.1 => v4.0.2)
  • Loading branch information
manuelkiessling committed Mar 14, 2017
1 parent 8e83740 commit 8106190
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
2 changes: 1 addition & 1 deletion php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prefer-stable": true,
"require": {
"php": ">=7.1.0",
"symfony/symfony": "3.2.4",
"symfony/symfony": "^3.0",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.3",
Expand Down
65 changes: 33 additions & 32 deletions php/composer.lock

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

0 comments on commit 8106190

Please sign in to comment.