Skip to content

Commit

Permalink
Merge pull request #3160 from nicolas-grekas/patch-1
Browse files Browse the repository at this point in the history
Bump flex to ^1.17, v1.13 is going to stop working very soon
  • Loading branch information
bobdenotter authored Apr 5, 2022
2 parents 38d37d3 + 53985cb commit 42787b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"symfony/dependency-injection": "^5.1",
"symfony/dotenv": "^5.1",
"symfony/expression-language": "^5.1",
"symfony/flex": "1.13.*",
"symfony/flex": "^1.17",
"symfony/form": "^5.1",
"symfony/framework-bundle": "^5.1",
"symfony/http-client": "^5.1",
Expand Down Expand Up @@ -106,7 +106,7 @@
"se/selenium-server-standalone": "^3.141",
"symfony/browser-kit": "^5.1",
"symfony/css-selector": "^5.1",
"symplify/easy-coding-standard": "^8.2.3"
"symplify/easy-coding-standard": "^8.0 || ^9.0"
},
"conflict": {
"doctrine/common": ">=3.0",
Expand Down

0 comments on commit 42787b0

Please sign in to comment.