We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2b6fb commit b4ed3a3Copy full SHA for b4ed3a3
composer.json
@@ -8,11 +8,11 @@
8
"ext-json": "*",
9
"marc-mabe/php-enum": "^3.0|^4.3",
10
"webmozart/assert": "^1.3",
11
- "symfony/validator": "^4.1",
12
- "symfony/http-kernel": "^4.1",
+ "symfony/validator": "^4.1 || ^5.0",
+ "symfony/http-kernel": "^4.1 || ^5.0",
13
"php-http/guzzle6-adapter": "^1.1",
14
- "symfony/serializer": "^4.4",
15
- "symfony/property-access": "^4.1"
+ "symfony/serializer": "^4.4 || ^5.0",
+ "symfony/property-access": "^4.1 || ^5.0"
16
},
17
"require-dev": {
18
"roave/security-advisories": "dev-master",
0 commit comments