Browse Source

init

tags/0.1.0
Robin Thoni 8 years ago
commit
dcad2f896b
2 changed files with 20 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 19
    0
      composer.json

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
1
+/.idea

+ 19
- 0
composer.json View File

@@ -0,0 +1,19 @@
1
+{
2
+    "name": "luticate/auth",
3
+    "description": "Luticate user management system authentication layer",
4
+    "authors": [
5
+        {
6
+            "name": "Robin THONI",
7
+            "email": "robin@rthoni.com"
8
+        }
9
+    ],
10
+    "require": {
11
+      "php": ">=5.5.9",
12
+      "illuminate/database": "5.1.x-dev"
13
+    },
14
+    "autoload": {
15
+      "psr-4": {
16
+        "Luticate\\": "src/"
17
+      }
18
+    }
19
+}

Loading…
Cancel
Save