Browse Source

fixed composer.json

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

+ 1
- 1
composer.json View File

7
             "email": "robin@rthoni.com"
7
             "email": "robin@rthoni.com"
8
         }
8
         }
9
     ],
9
     ],
10
-    "require-dev": {
10
+    "require": {
11
       "laravel/lumen-framework": "5.1.x-dev",
11
       "laravel/lumen-framework": "5.1.x-dev",
12
       "vlucas/phpdotenv": "~1.0",
12
       "vlucas/phpdotenv": "~1.0",
13
       "twig/twig": "1.x-dev"
13
       "twig/twig": "1.x-dev"

Loading…
Cancel
Save