Skip to content

Commit

Permalink
Update symfony/* constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Aug 12, 2024
1 parent 541da2d commit 9adb0dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"psr/http-factory-implementation": "*",
"psr/http-message-implementation": "*",
"symfony/deprecation-contracts": "^3.3",
"symfony/options-resolver": "^6.3",
"symfony/serializer": "^6.3",
"symfony/validator": "^6.3"
"symfony/options-resolver": "^6.3 || ^7.0",
"symfony/serializer": "^6.3 || ^7.0",
"symfony/validator": "^6.3 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down

0 comments on commit 9adb0dc

Please sign in to comment.