Skip to content

Commit

Permalink
feat: Support Symfony 6 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
odinns authored May 16, 2022
1 parent 9d52264 commit a0ac2f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
],
"require": {
"php": "^7.4.0 || ^8.0.0",
"symfony/http-foundation": "^4.4.7 || ^5.0.7",
"symfony/mime": "^4.3.8 || ^5.0"
"symfony/http-foundation": "^4.4.7 || ^5.0.7 || ^6.0",
"symfony/mime": "^4.3.8 || ^5.0 || ^6.0"
},
"require-dev": {
"symfony/form": "^4.0 || ^5.0",
"symfony/serializer": "^4.0 || ^5.0",
"symfony/form": "^4.0 || ^5.0 || ^6.0",
"symfony/serializer": "^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^9.0.0",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/config": "^4.0 || ^5.0",
"symfony/http-kernel": "^4.0 || ^5.0"
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0",
"symfony/config": "^4.0 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0"
},
"suggest": {
"symfony/form": "to use base64_encoded_file type",
Expand Down

0 comments on commit a0ac2f9

Please sign in to comment.