소스 검색

First commit

Foppe Hemminga 6 년 전
커밋
f0033281f9
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore
  2. 15 0
      composer.json

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+/vendor
+.idea/
+dbconfig.php

+ 15 - 0
composer.json

@@ -0,0 +1,15 @@
+{
+  "name": "vendor_name/package_name",
+  "description": "description_text",
+  "minimum-stability": "stable",
+  "license": "proprietary",
+  "authors": [
+    {
+      "name": "author's name",
+      "email": "email@example.com"
+    }
+  ],
+  "require": {
+    "vlucas/phpdotenv": "3.3.x-dev"
+  }
+}