]> Raphaël G. Git Repositories - packbundle/blobdiff - composer.json
Add captcha option
[packbundle] / composer.json
index cfc9937ae458dd386aa8542d4be1b815a68ff331..3c7f24b44da5e183b98004eeb20028d44ecfefff 100644 (file)
@@ -4,26 +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": "symfony@rapsys.eu"
     }],
     "autoload": {
-           "psr-0": {
-                   "Rapsys\\PackBundle": "src"
-           }
+        "psr-4": {
+            "Rapsys\\PackBundle\\": ""
+        }
     },
-    "target-dir": "Rapsys/PackBundle",
     "require": {
-        "php": ">=5.6",
-        "twig/twig": ">=1.0"
+        "symfony/asset": "^7.0",
+        "symfony/flex": "^2.0",
+        "symfony/framework-bundle": "^7.0",
+        "symfony/process": "^7.0",
+        "symfony/twig-bundle": "^7.0"
     },
     "extra": {
         "branch-alias": {
-               "dev-master": "master"
-       },
-        "incenteev-parameters": {
-            "file": "Resources/config/parameters.yml",
-           "keep-outdated": true
+            "dev-master": "master"
         }
     }
 }