Create composer project
@@ -0,0 +1 @@
+/vendor/
@@ -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": {}
+}