瀏覽代碼

Initial commit

Create composer project
axkuhta 1 年之前
當前提交
7177734f9a
共有 2 個文件被更改,包括 17 次插入0 次删除
  1. 1 0
      .gitignore
  2. 16 0
      composer.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/vendor/

+ 16 - 0
composer.json

@@ -0,0 +1,16 @@
+{
+    "name": "lunar/git_first",
+    "description": "Test project",
+    "autoload": {
+        "psr-4": {
+            "Lunar\\GitFirst\\": "src/"
+        }
+    },
+    "authors": [
+        {
+            "name": "axkuhta",
+            "email": "11133304+AXKuhta@users.noreply.github.com"
+        }
+    ],
+    "require": {}
+}