]> Raphaël G. Git Repositories - packbundle/commitdiff
Fix composer require
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 18:20:18 +0000 (19:20 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 18:20:18 +0000 (19:20 +0100)
Fix json formatting

composer.json

index 751371b868006c50837df4c7a23da163881341b2..0d6f49d00700e58ce492283ec1e0637f0731e4d6 100644 (file)
@@ -4,21 +4,24 @@
     "license": "AGPL-3.0-or-later",
     "type": "symfony-bundle",
     "authors": [{
-           "name": "Raphaël Gertz",
-           "email": "packbundle@rapsys.eu"
+        "name": "Raphaël Gertz",
+        "email": "packbundle@rapsys.eu"
     }],
     "autoload": {
-           "psr-4": {
-                   "Rapsys\\PackBundle\\": ""
-           }
+        "psr-4": {
+            "Rapsys\\PackBundle\\": ""
+        }
     },
     "require": {
-        "php": ">=5.6",
-        "twig/twig": ">=1.0"
+        "php": "*",
+        "symfony/config": "*",
+        "symfony/dependency-injection": "*",
+        "symfony/asset": "*",
+        "twig/extensions": "*"
     },
     "extra": {
         "branch-alias": {
-               "dev-master": "master"
+            "dev-master": "master"
         }
     }
 }