Skip to content

Commit b4ed3a3

Browse files
Ace-COMmalarzm
andauthored
Updated dependency: "symfony/property-access": "^4.1 || ^5.2" (#37)
* Updated dependency: "symfony/property-access": "^4.1 || ^5.2" * Update composer.json Co-authored-by: Maciej Malarz <malarzm@gmail.com> * Updated dependency: "symfony/*" packages to "^4.1 || ^5.0" Co-authored-by: Maciej Malarz <malarzm@gmail.com>
1 parent 7d2b6fb commit b4ed3a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"ext-json": "*",
99
"marc-mabe/php-enum": "^3.0|^4.3",
1010
"webmozart/assert": "^1.3",
11-
"symfony/validator": "^4.1",
12-
"symfony/http-kernel": "^4.1",
11+
"symfony/validator": "^4.1 || ^5.0",
12+
"symfony/http-kernel": "^4.1 || ^5.0",
1313
"php-http/guzzle6-adapter": "^1.1",
14-
"symfony/serializer": "^4.4",
15-
"symfony/property-access": "^4.1"
14+
"symfony/serializer": "^4.4 || ^5.0",
15+
"symfony/property-access": "^4.1 || ^5.0"
1616
},
1717
"require-dev": {
1818
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)