Skip to content

Commit

Permalink
feat(composer): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quetzyg committed Sep 19, 2019
1 parent 52bdc8f commit 375386d
Show file tree
Hide file tree
Showing 2 changed files with 749 additions and 572 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,27 @@
],
"license": "MIT",
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"ext-zip": "*",
"ext-redis": "*",
"box/spout": "^3.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "5.8.*",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0",
"predis/predis": "^1.1",
"silber/bouncer": "v1.0.0-rc.5",
"silber/bouncer": "v1.0.0-rc.6",
"tobscure/json-api": "^0.4.1",
"tymon/jwt-auth": "1.0.0-rc.4.1"
"tymon/jwt-auth": "1.0.0-rc.5"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"facade/ignition": "^1.4",
"friendsofphp/php-cs-fixer": "^2.14",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"nunomaduro/collision": "^3.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.0",
"roave/security-advisories": "dev-master"
},
"config": {
Expand Down
Loading

0 comments on commit 375386d

Please sign in to comment.