Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1c48f3

Browse files
committed
Fix versions
1 parent b1d21af commit e1c48f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Security/Http/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^5.5.9|>=7.0.8",
2020
"symfony/security-core": "~3.2|~4.0",
2121
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
22-
"symfony/http-foundation": "~3.4.39|^4.4.6",
22+
"symfony/http-foundation": "~3.4.40|^4.4.7",
2323
"symfony/http-kernel": "~3.3|~4.0",
2424
"symfony/polyfill-php56": "~1.0",
2525
"symfony/polyfill-php70": "~1.0",

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
2020
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
21-
"symfony/http-foundation": "~3.4.39|^4.4.6",
21+
"symfony/http-foundation": "~3.4.40|^4.4.7",
2222
"symfony/http-kernel": "~3.3|~4.0",
2323
"symfony/polyfill-php56": "~1.0",
2424
"symfony/polyfill-php70": "~1.0",

0 commit comments

Comments
 (0)