Skip to content

Commit

Permalink
Merge pull request #177 from OpenConext/feature/security-updates
Browse files Browse the repository at this point in the history
Install various security updates
  • Loading branch information
MKodde authored Jan 7, 2020
2 parents acbcf16 + 355affc commit 56e2b7e
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 285 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "~5.6|~7.0",
"symfony/symfony": "3.4.*",
"twig/twig": "^1.35",
"twig/twig": "1.41.0",
"twig/extensions": "^1.5",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "^3.1.0",
Expand Down Expand Up @@ -65,7 +65,11 @@
]
},
"config": {
"optimize-autoloader": true
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "5.6"
}
},
"extra": {
"symfony-app-dir": "app",
Expand Down
Loading

0 comments on commit 56e2b7e

Please sign in to comment.