Explorar el Código

requirements

tags/0.1.0
Robin Thoni hace 8 años
padre
commit
55ec30c470
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      composer.json

+ 5
- 1
composer.json Ver fichero

@@ -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…
Cancelar
Guardar