Browse code

Initial Composer config file

Rafał Szklarczyk authored on 26/04/2019 21:12:35
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+{
2
+    "name": "elanpl/l3",
3
+    "description": "The LightTree framework",
4
+    "type": "library",
5
+    "authors": [
6
+        {
7
+            "name": "e-lan.pl Rafał Szklarczyk",
8
+            "email": "info@light-tree.org"
9
+        }
10
+    ],
11
+    "minimum-stability": "dev",
12
+    "require": {},
13
+	"autoload" :
14
+		{
15
+			"psr-4" : {
16
+				"elanpl\\L3\\": "src"
17
+			}
18
+		}
19
+}
0 20
\ No newline at end of file