소스 검색

composer.json first commit

Maximiliano Schvindt 7 년 전
커밋
655099d1bc
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      composer.json

+ 16 - 0
composer.json

@@ -0,0 +1,16 @@
+{
+    "name": "ik/redis-bundle",
+    "description": "Flowdat 3 Redis Bundle",
+    "keywords": ["redis", "php-redis-service"],
+    "autoload": {
+        "psr-4": { "RedisBundle\\": "" }
+    },
+    "repositories": [
+        {
+            "type": "vcs",
+            "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/RedisBundle.git"
+        }
+    ],
+    "version": "1.0",
+    "minimum-stability": "stable"
+}