]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix clear-cache problem using —no-dev 2603/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 19 Nov 2016 09:45:21 +0000 (10:45 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 19 Nov 2016 09:45:21 +0000 (10:45 +0100)
Related to :

> PHP Fatal error:  Class 'FOS\RestBundle\Serializer\JMSSerializerAdapter' not found in /Users/j0k/Sites/github/wallabag/var/cache/prod/appProdProjectContainer.php on line 9139

composer.json

index 79de337bada8f38cbd5a9e69c393f5be993a0bfc..4f7ad2915747c735b9614b02f069c4ab2c971ae3 100644 (file)
@@ -54,8 +54,8 @@
         "sensio/framework-extra-bundle": "^3.0.2",
         "incenteev/composer-parameter-handler": "^2.0",
         "nelmio/cors-bundle": "~1.4.0",
-        "friendsofsymfony/rest-bundle": "~1.4",
-        "jms/serializer-bundle": "~1.0",
+        "friendsofsymfony/rest-bundle": "~2.1",
+        "jms/serializer-bundle": "~1.1",
         "nelmio/api-doc-bundle": "~2.7",
         "mgargano/simplehtmldom": "~1.5",
         "tecnickcom/tcpdf": "~6.2",