Skip to content

Commit 73d1adb

Browse files
authored
Add support for Symfony 5
1 parent 0a2a1ab commit 73d1adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.2",
1414

1515
"doctrine/orm": "^2.4",
16-
"symfony/property-access": "^3.4|^4.0"
16+
"symfony/property-access": "^3.4|^4.4|^5.0"
1717
},
1818
"autoload": {
1919
"psr-4": { "SyliusLabs\\AssociationHydrator\\": "src/" }

0 commit comments

Comments
 (0)