Skip to content

Commit

Permalink
chore: Release v5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
  • Loading branch information
brunogaspar committed Mar 3, 2020
1 parent 3bcebf7 commit 2ce0872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### v5.0.0 - TBA
### v5.0.0 - 2020-03-03

- Updated for Laravel 7.

Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"php": "^7.2.5",
"illuminate/cache": "^7.0",
"illuminate/filesystem": "^7.0",
"guzzlehttp/guzzle": "^7.0"
"guzzlehttp/guzzle": "^6.0"
},
"require-dev": {
"cartalyst/php-cs-fixer-config": "^1.0",
Expand Down Expand Up @@ -65,7 +65,5 @@
"cs:check": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --diff --dry-run --config .php_cs.php",
"cs:fix": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --config .php_cs.php",
"test": "./vendor/bin/phpunit --verbose --colors=always"
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 2ce0872

Please sign in to comment.