Skip to content

Commit

Permalink
Bump Symfony requirement to 4.4.X
Browse files Browse the repository at this point in the history
As 5.X is the stable branch and 4.4 the LTS I've changed the requirements to make an update to the 4.X libraries we use easier.

This update should resolve the vulnerabilities in PR #2, #3, #4 and #5.
  • Loading branch information
fuegas committed Feb 5, 2020
1 parent f231f3d commit 1083366
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 110 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"ext-ctype": "*",
"ext-iconv": "*",
"nyholm/psr7": "^1.2",
"symfony/console": "^4.0",
"symfony/dotenv": "^4.0",
"symfony/expression-language": "^4.0",
"symfony/console": "~4.3",
"symfony/dotenv": "~4.3",
"symfony/expression-language": "~4.3",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "^4.0",
"symfony/yaml": "^4.0",
"symfony/framework-bundle": "~4.3",
"symfony/yaml": "~4.3",
"trikoder/oauth2-bundle": "^2.0"
},
"require-dev": {
Expand All @@ -21,8 +21,8 @@
"phpstan/phpstan": "^0.11.16",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^4.0",
"symfony/web-server-bundle": "^4.0"
"symfony/var-dumper": "~4.3",
"symfony/web-server-bundle": "~4.3"
},
"config": {
"preferred-install": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "4.4.*"
"require": "~4.3"
}
}
}
Loading

0 comments on commit 1083366

Please sign in to comment.