]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
Remove weak deprecation :boom:
[github/wallabag/wallabag.git] / composer.json
index 0ba42a3e29bef3a19bb00217472e401506848f56..4018cd51f855fd25d08a6fa4e007526b50ca1b44 100644 (file)
@@ -29,9 +29,9 @@
     },
     "require": {
         "php": ">=5.5.0",
-        "symfony/symfony": "~2.7.0",
+        "symfony/symfony": "~2.8",
         "doctrine/orm": "~2.3",
-        "doctrine/doctrine-bundle": "1.5.2",
+        "doctrine/doctrine-bundle": "~1.5",
         "twig/extensions": "~1.0",
         "symfony/assetic-bundle": "~2.3",
         "symfony/swiftmailer-bundle": "~2.3",
         "grandt/phpepub": "~4.0",
         "wallabag/php-mobi": "~1.0.0",
         "kphoen/rulerz-bundle": "~0.10",
-        "guzzlehttp/guzzle": "^5.2.0"
+        "guzzlehttp/guzzle": "^5.2.0",
+        "doctrine/doctrine-migrations-bundle": "^1.0"
     },
     "require-dev": {
         "doctrine/doctrine-fixtures-bundle": "~2.2.0",
         "sensio/generator-bundle": "~2.5",
         "phpunit/phpunit": "~4.4",
-        "symfony/phpunit-bridge": "~2.7.0"
+        "symfony/phpunit-bridge": "~2.7"
     },
     "repositories": [
         {