Skip to content

Commit

Permalink
Merge branch 'oliverklee-feature/symfony-7'
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Feb 15, 2024
2 parents 402de9b + 7a6ac4b commit f079992
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"php": "^7.2 || ^8.0",
"ext-json": "*",
"ext-zip": "*",
"symfony/console": "^5.4 || ^6.4",
"symfony/dotenv": "^5.4 || ^6.4",
"symfony/http-client": "^5.4 || ^6.4",
"symfony/mime": "^5.4 || ^6.4"
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
"symfony/http-client": "^5.4 || ^6.4 || ^7.0",
"symfony/mime": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.36",
"typo3/coding-standards": "^0.6.1"
"phpunit/phpunit": "^8.5.36 || ^9.6.16",
"typo3/coding-standards": "dev-main"
},
"bin": [
"bin/tailor"
Expand Down

0 comments on commit f079992

Please sign in to comment.