Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Allow Symfony 5 #8

Merged
merged 1 commit into from Nov 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -21,10 +21,10 @@
"php": "~7.2",
"jms/serializer-bundle": "~3.0",
"mhujer/jms-serializer-uuid": "~3.0",
"symfony/config": "~3.0 || ~4.0",
"symfony/dependency-injection": "~3.0 || ~4.0",
"symfony/http-kernel": "~3.0 || ~4.0",
"symfony/yaml": "~3.0 || ~4.0"
"symfony/config": "~3.0 || ~4.0 || ~5.0",
"symfony/dependency-injection": "~3.0 || ~4.0 || ~5.0",
"symfony/http-kernel": "~3.0 || ~4.0 || ~5.0",
"symfony/yaml": "~3.0 || ~4.0 || ~5.0"
},
"require-dev": {
"consistence/coding-standard": "3.5",
Expand Down