瀏覽代碼

first commit

Maximiliano Schvindt 7 年之前
當前提交
70a321762f
共有 2 個文件被更改,包括 19 次插入0 次删除
  1. 9 0
      FiberlinkBundle.php
  2. 10 0
      composer.json

+ 9 - 0
FiberlinkBundle.php

@@ -0,0 +1,9 @@
+<?php
+
+namespace FiberlinkBundle;
+
+use Symfony\Component\HttpKernel\Bundle\Bundle;
+
+class FiberlinkBundle extends Bundle
+{
+}

+ 10 - 0
composer.json

@@ -0,0 +1,10 @@
+{
+    "name": "ik/stats/fiberlink-bundle",
+    "description": "Flowdat 3 Fiberlink Bundle",
+    "keywords": ["Flowdat 3", "Fiberlink"],
+    "autoload": {
+        "psr-4": { "FiberlinkBundle\\": "" }
+    },
+    "version": "1.0",
+    "minimum-stability": "stable"
+}