Skip to content

Commit

Permalink
Merge db44d1b into 9e761e4
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Aug 27, 2020
2 parents 9e761e4 + db44d1b commit d2df139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"symfony/framework-bundle": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/options-resolver": "^4.4",
"symfony/property-access": "^4.4",
"symfony/options-resolver": "^4.4 || ^5.1",
"symfony/property-access": "^4.4 || ^5.1",
"symfony/security-acl": "^3.0",
"twig/twig": "^2.10"
},
Expand All @@ -54,7 +54,7 @@
"require-dev": {
"simplethings/entity-audit-bundle": "^0.9 || ^1.0",
"sonata-project/block-bundle": "^3.17 || ^4.0",
"symfony/phpunit-bridge": "^5.0"
"symfony/phpunit-bridge": "^5.1.1"
},
"suggest": {
"simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations."
Expand Down

0 comments on commit d2df139

Please sign in to comment.