Skip to content

Commit fcfa5a9

Browse files
committed
bug #846 Updating .lock files for security reasons (atamansv)
This PR was merged into the master branch. Discussion ---------- Updating `.lock` files for security reasons Currently, `composer install` as well as Travis CI fails, because of symfony/http-foundation (v4.1.1): https://symfony.com/blog/cve-2018-14773-remove-support-for-legacy-and-risky-http-headers ![screen shot 2018-08-12 at 15 14 37](https://user-images.githubusercontent.com/1833361/44002460-14b8afc6-9e43-11e8-873e-d5182cd20849.png) This PR updates the `composer.lock` and `symfony.lock` files to use the latest Symfony 4.1.3. Should also fix Travis breakage on #845. Commits ------- 318d101 Updating `.lock` files for security reasons
2 parents 4363061 + 318d101 commit fcfa5a9

File tree

3 files changed

+212
-205
lines changed

3 files changed

+212
-205
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
matrix:
1414
fast_finish: true
1515
include:
16-
- php: 7.1
16+
- php: 7.1.18
1717
- php: 7.2
1818
- php: nightly
1919
allow_failures:

0 commit comments

Comments
 (0)