Skip to content

Commit

Permalink
Symfony >=5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Apr 5, 2020
1 parent 8d182fa commit 9456714
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 @@ -3,8 +3,8 @@
"description": "Middleware for adding request id to Symfony Request.",
"license": "MIT",
"require": {
"symfony/http-kernel": "^3.4||^4.4||^5.0,>=5.0.7",
"symfony/http-foundation": "^3.4||^4.4||^5.0",
"symfony/http-kernel": "^3.4||^4.4||^5.0",
"symfony/http-foundation": "^3.4||^4.4||^5.0,>=5.0.7",
"ramsey/uuid": "~2.0|~3.0"
},
"authors": [
Expand Down

0 comments on commit 9456714

Please sign in to comment.