Tobi Ripperger il y a 4 ans
Parent
commit
94a1b07acd
1 fichiers modifiés avec 15 ajouts et 0 suppressions
  1. 15 0
      dechef/helloworld/1.0.7/manifest.json

+ 15 - 0
dechef/helloworld/1.0.7/manifest.json

@@ -0,0 +1,15 @@
+{
+  "bundles": {
+    "Dechef\\Bundle\\HelloworldBundle\\DechefHelloworldBundle": ["all"]
+  },
+  "env": {
+    "DECHEF_HELLOWORLD": true,
+    "DECHEF_APIKEY": true
+  },
+  "gitignore": [
+    ".env",
+    "/public/bundles/",
+    "/var/",
+    "/vendor/"
+  ]
+}