소스 검색

first commit

Maximiliano Schvindt 7 년 전
커밋
f6d61d5636
2개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      HuaweiBundle.php
  2. 10 0
      composer.json

+ 9 - 0
HuaweiBundle.php

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

+ 10 - 0
composer.json

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