Skip to content

Commit

Permalink
Added serializer and property-access requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
agoat committed Mar 13, 2019
1 parent 52fb3eb commit 2647726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -13,7 +13,9 @@
"php": "^7.1",
"ext-redis": "*",
"symfony/messenger": "^4.2",
"symfony/cache": "^4.2"
"symfony/cache": "^4.2",
"symfony/serializer": "^4.2",
"symfony/property-access": "^4.2"
},
"autoload": {
"psr-4": { "Agoat\\RedisTransport\\": "src" },
Expand Down

0 comments on commit 2647726

Please sign in to comment.