Skip to content

Commit

Permalink
Add support for Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil authored Dec 19, 2019
1 parent 0a2a1ab commit 73d1adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",

"doctrine/orm": "^2.4",
"symfony/property-access": "^3.4|^4.0"
"symfony/property-access": "^3.4|^4.4|^5.0"
},
"autoload": {
"psr-4": { "SyliusLabs\\AssociationHydrator\\": "src/" }
Expand Down

0 comments on commit 73d1adb

Please sign in to comment.