We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282605e commit 96df2c0Copy full SHA for 96df2c0
.gitignore
@@ -1,2 +1,2 @@
1
/vendor/
2
-/composer.lock
+composer.lock
composer.json
@@ -17,7 +17,8 @@
17
"symfony/psr-http-message-bridge": "^1.0",
18
"pagerfanta/pagerfanta": "^1.0",
19
"zendframework/zend-diactoros": "^1.8",
20
- "league/fractal": "^0.17.0"
+ "league/fractal": "^0.17.0",
21
+ "jms/serializer-bundle": "^2.4"
22
},
23
"require-dev": {
24
"symfony/expression-language": "~2.4 || ~3.0",
0 commit comments