Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Verstraeten committed Jun 19, 2017
1 parent 7016342 commit 1812959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ vendor/
public/node_modules/
node_modules/
public/capture
composer.*
composer.lock
bootstrap/compiled.php
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"laravel/framework": "5.4.*",
"laravel/tinker": "~1.0",
"intervention/image": "dev-master",
"cedricve/simpleauth": "1.2.1",
"cedricve/lockfile": "1.0.1",
"linfo/linfo": "^3.0"
"cedricve/simpleauth": "1.2.1",
"cedricve/lockfile": "1.0.1",
"linfo/linfo": "^3.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down

0 comments on commit 1812959

Please sign in to comment.