]> Raphaël G. Git Repositories - airbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 20:25:14 +0000 (21:25 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 20:25:14 +0000 (21:25 +0100)
Set requirements

composer.json

index bffba4a81623a99a0897427ef40106d0c2767588..54d4bb62934ff6684394bc5dad31f1493d73e7e3 100644 (file)
@@ -4,21 +4,29 @@
     "license": "AGPL-3.0-or-later",
     "type": "symfony-bundle",
     "authors": [{
-           "name": "Raphaël Gertz",
-           "email": "airbundle@rapsys.eu"
+        "name": "Raphaël Gertz",
+        "email": "airbundle@rapsys.eu"
     }],
     "autoload": {
-           "psr-4": {
-                   "Rapsys\\AirBundle\\": ""
-           }
+        "psr-4": {
+            "Rapsys\\AirBundle\\": ""
+        }
     },
     "require": {
-        "php": ">=5.6",
-        "twig/twig": ">=1.0"
+        "php": "*",
+        "doctrine/common": "*",
+        "symfony/config": "*",
+        "symfony/dependency-injection": "*",
+        "symfony/form": "*",
+        "symfony/framework-bundle": "*",
+        "symfony/routing": "*",
+        "symfony/security": "*",
+        "doctrine/data-fixtures": "*",
+        "twig/extensions": "^1.5"
     },
     "extra": {
         "branch-alias": {
-               "dev-master": "master"
+            "dev-master": "master"
         }
     }
 }