Skip to content

Commit

Permalink
[FEATURE] Declare compatibility with Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 2, 2022
1 parent 226b5b7 commit 3dc0c21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"php": "^7.2 || ^8.0",
"ext-json": "*",
"ext-zip": "*",
"symfony/console": "^4.4 || ^5.0",
"symfony/dotenv": "^4.4 || ^5.0",
"symfony/http-client": "^4.4 || ^5.0",
"symfony/mime": "^4.4 || ^5.0"
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/dotenv": "^4.4 || ^5.0 || ^6.0",
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
"symfony/mime": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
Expand Down

0 comments on commit 3dc0c21

Please sign in to comment.