Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leo108 committed Apr 21, 2017
1 parent 246c113 commit a49a6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"require": {
"php": ">=5.5.9",
"ext-dom": "*",
"laravel/framework": "5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"laravel/laravel": "5.1.*|5.2.*|5.3.*"
"laravel/laravel": "5.1.*|5.2.*|5.3.*|5.4.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a49a6d2

Please sign in to comment.