Skip to content

Commit f079992

Browse files
committed
Merge branch 'oliverklee-feature/symfony-7'
2 parents 402de9b + 7a6ac4b commit f079992

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"php": "^7.2 || ^8.0",
2222
"ext-json": "*",
2323
"ext-zip": "*",
24-
"symfony/console": "^5.4 || ^6.4",
25-
"symfony/dotenv": "^5.4 || ^6.4",
26-
"symfony/http-client": "^5.4 || ^6.4",
27-
"symfony/mime": "^5.4 || ^6.4"
24+
"symfony/console": "^5.4 || ^6.4 || ^7.0",
25+
"symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
26+
"symfony/http-client": "^5.4 || ^6.4 || ^7.0",
27+
"symfony/mime": "^5.4 || ^6.4 || ^7.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.5.36",
31-
"typo3/coding-standards": "^0.6.1"
30+
"phpunit/phpunit": "^8.5.36 || ^9.6.16",
31+
"typo3/coding-standards": "dev-main"
3232
},
3333
"bin": [
3434
"bin/tailor"

0 commit comments

Comments
 (0)