We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7795836 commit 0e6496cCopy full SHA for 0e6496c
composer.json
@@ -4,18 +4,18 @@
4
"description": "Symfony bundle for the Problem Details for HTTP APIs RFC",
5
"require": {
6
"php": "^8.2",
7
- "symfony/http-kernel": "~7.0",
8
- "symfony/serializer": "~7.0",
9
- "symfony/uid": "~7.0",
10
- "symfony/validator": "~7.0"
+ "symfony/http-kernel": "~7.0|~6.0",
+ "symfony/serializer": "~7.0|~6.0",
+ "symfony/uid": "~7.0|~6.0",
+ "symfony/validator": "~7.0|~6.0"
11
},
12
"require-dev": {
13
"infection/infection": "^0.29.10",
14
"phpmd/phpmd": "^2.5",
15
"phpstan/phpstan": "^2.0",
16
"phpunit/phpunit": "^11.5.0",
17
"squizlabs/php_codesniffer": "^3.7.2",
18
- "symfony/yaml": "^7.2"
+ "symfony/yaml": "^7.2|^6.0"
19
20
"license": "MIT",
21
"autoload": {
0 commit comments