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

Commit

Permalink
Symfony 4.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Jan 7, 2018
1 parent ae0a6b7 commit 27a6647
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
],
"require": {
"php": "^7.1",
"jms/serializer-bundle": "~1.0|~2.0",
"mhujer/jms-serializer-uuid": "~1.0",
"symfony/config": "~2.7|~3.0",
"symfony/dependency-injection": "~2.7|~3.0",
"symfony/http-kernel": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0"
"jms/serializer-bundle": "~1.0 || ~2.0",
"mhujer/jms-serializer-uuid": "~2.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"
},
"require-dev": {
"consistence/coding-standard": "2.3",
Expand Down

0 comments on commit 27a6647

Please sign in to comment.