Skip to content

Commit 0e6496c

Browse files
author
Florian Krämer
committed
Adding Symfony 6
1 parent 7795836 commit 0e6496c

File tree

2 files changed

+386
-311
lines changed

2 files changed

+386
-311
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"description": "Symfony bundle for the Problem Details for HTTP APIs RFC",
55
"require": {
66
"php": "^8.2",
7-
"symfony/http-kernel": "~7.0",
8-
"symfony/serializer": "~7.0",
9-
"symfony/uid": "~7.0",
10-
"symfony/validator": "~7.0"
7+
"symfony/http-kernel": "~7.0|~6.0",
8+
"symfony/serializer": "~7.0|~6.0",
9+
"symfony/uid": "~7.0|~6.0",
10+
"symfony/validator": "~7.0|~6.0"
1111
},
1212
"require-dev": {
1313
"infection/infection": "^0.29.10",
1414
"phpmd/phpmd": "^2.5",
1515
"phpstan/phpstan": "^2.0",
1616
"phpunit/phpunit": "^11.5.0",
1717
"squizlabs/php_codesniffer": "^3.7.2",
18-
"symfony/yaml": "^7.2"
18+
"symfony/yaml": "^7.2|^6.0"
1919
},
2020
"license": "MIT",
2121
"autoload": {

0 commit comments

Comments
 (0)