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

Commit

Permalink
Add support to Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Nov 18, 2020
1 parent a49c798 commit b3a304c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- Added customized TestResponse class

## 2.1.1 - 2020-11-18

### Added

- Add support to Laravel 8
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"require": {
"php": "^7.3",
"phpunit/phpunit": "^8.0|^9.0",
"laravel/framework": "^7.0",
"laravel/framework": "^8.0",
"vgirol/jsonapi-assert": "^1.2|dev-master",
"vgirol/jsonapi-structure": "dev-master"
},
"require-dev": {
"infection/infection": "~0.14",
"orchestra/testbench": "^5.0",
"orchestra/testbench": "^5.0|^6.0",
"vgirol/jsonapi-faker": "dev-master",
"vgirol/jsonapi-faker-laravel": "dev-master",
"vgirol/phpunit-exception": "dev-master"
Expand Down

0 comments on commit b3a304c

Please sign in to comment.