Browse Source

fixed composer.json

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
8f4b85255d
3 changed files with 2319 additions and 2 deletions
  1. 0
    1
      .gitignore
  2. 0
    1
      composer.json
  3. 2319
    0
      composer.lock

+ 0
- 1
.gitignore View File

1
 /.idea
1
 /.idea
2
-/composer.lock
3
 /vendor
2
 /vendor
4
 /.env
3
 /.env
5
 /app
4
 /app

+ 0
- 1
composer.json View File

12
       "url":  "https://git.rthoni.com/luticate/utils.git"
12
       "url":  "https://git.rthoni.com/luticate/utils.git"
13
     }],
13
     }],
14
     "require": {
14
     "require": {
15
-      "laravel/lumen-framework": "5.1.x-dev",
16
       "vlucas/phpdotenv": "~1.0",
15
       "vlucas/phpdotenv": "~1.0",
17
       "twig/twig": "1.x-dev",
16
       "twig/twig": "1.x-dev",
18
       "luticate/utils": "0.1.0"
17
       "luticate/utils": "0.1.0"

+ 2319
- 0
composer.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save