Browse Source

requirements

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
55ec30c470
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      composer.json

+ 5
- 1
composer.json View File

@@ -8,7 +8,11 @@
8 8
         }
9 9
     ],
10 10
     "require": {
11
-      "php": ">=5.5.9"
11
+      "php": ">=5.5.9",
12
+      "illuminate/database": "5.1.x-dev"
13
+    },
14
+    "require-dev": {
15
+      "vlucas/phpdotenv": "~1.0"
12 16
     },
13 17
     "autoload": {
14 18
       "psr-4": {

Loading…
Cancel
Save