Skip to content

Commit

Permalink
Fixed composer dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jun 5, 2015
1 parent f652ed1 commit 2d4584d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,11 @@
"php":">=5.4.0",
"container-interop/container-interop": "~1.0"
},
"require-dev":{
"jms/serializer": "~0.16",
"nikic/fast-route": "~0.4",
"symfony/event-dispatcher": "~2.5",
"symfony/http-foundation": "~2.5",
"symfony/yaml": "~2.5"
},
"suggest":{
"jms/serializer": "If you want to use JmsSerializer or JmsDeserializer",
"nikic/fast-route": "If you want to use the default Router implementation",
"symfony/event-dispatcher": "If you want to use the default event dispatcher",
"symfony/http-foundation": "If you want to use the default Request and Responder implementations",
"symfony/yaml": "If you want to support serialization of YML format"
"symfony/http-foundation": "If you want to use the default Request and Responder implementations"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2d4584d

Please sign in to comment.