]> Raphaël G. Git Repositories - airlibre/commitdiff
Add requires and requires-dev for rapsysuser bundle
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 20:00:41 +0000 (21:00 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 20:00:41 +0000 (21:00 +0100)
composer.json

index a9d0bc56b44051c4528e60c49e5246a7e9a705eb..3d4cb82476ab5cd0f83b6d267e23e9ebd6b8c597 100644 (file)
@@ -16,7 +16,8 @@
         "symfony/process": "4.3.*",
         "symfony/yaml": "4.3.*",
         "twig/extensions": "1.5.*",
         "symfony/process": "4.3.*",
         "symfony/yaml": "4.3.*",
         "twig/extensions": "1.5.*",
-        "rapsys/packbundle": "dev-master"
+        "rapsys/packbundle": "dev-master",
+        "rapsys/userbundle": "dev-master"
     },
     "require-dev": {
     },
     },
     "require-dev": {
     },
                     "psr-4": {
                         "Rapsys\\UserBundle\\": ""
                     }
                     "psr-4": {
                         "Rapsys\\UserBundle\\": ""
                     }
+                },
+                "require": {
+                    "php": "*",
+                    "doctrine/common": "*",
+                    "symfony/config": "*",
+                    "symfony/dependency-injection": "*",
+                    "symfony/form": "*",
+                    "symfony/framework-bundle": "*",
+                    "symfony/routing": "*",
+                    "symfony/security": "*"
+                },
+                "require-dev": {
+                    "doctrine/data-fixtures": "*"
                 }
             }
         },
                 }
             }
         },