composer.json: make the dependencies on symfony components more relaxed
authorAntonio Ospite <ao2@ao2.it>
Sat, 10 Dec 2016 23:38:14 +0000 (00:38 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 09:22:31 +0000 (10:22 +0100)
composer.json

index abc1538..d490494 100644 (file)
@@ -19,8 +19,8 @@
         "ext-dom": "*",
         "ext-json": "*",
         "ext-xsl": "*",
         "ext-dom": "*",
         "ext-json": "*",
         "ext-xsl": "*",
-        "symfony/serializer": "2.7.*",
-        "symfony/property-access": "2.7.*"
+        "symfony/serializer": ">=2.7.0",
+        "symfony/property-access": ">=2.7.0"
     },
     "autoload": {
         "psr-4": { "Tweeper\\": "src/" }
     },
     "autoload": {
         "psr-4": { "Tweeper\\": "src/" }