Skip to content

Commit

Permalink
v0.1.18 - support for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Sep 5, 2020
1 parent a311e6e commit be7d98b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 66 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 0.1.18 - 2020-09-05
### Add
- Support for Laravel 8

## 0.1.17 - 2020-08-30
### Add
Expand Down
61 changes: 0 additions & 61 deletions composer-v8.json

This file was deleted.

9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
],
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "~6.0",
"illuminate/http": "^6.0|^7.25",
"illuminate/support": "^6.0|^7.0"
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "4.*|5.*",
"phpunit/phpunit": "^8.4"
"orchestra/testbench": "4.*|5.*|6.*",
"phpunit/phpunit": "^8.0|^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit be7d98b

Please sign in to comment.