Sfoglia il codice sorgente

Initial commit

Create composer project
axkuhta 1 anno fa
commit
7177734f9a
2 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  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": {}
+}