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

Commit

Permalink
Add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Mar 3, 2020
2 parents 61e9b03 + 189489b commit 5e61417
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 @@ -19,3 +19,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- Refactoring and code linting.

## 1.0.3 - 2020-03-04

### Added

- Add support for Laravel 7
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}
],
"require": {
"php": "^7.2|^7.3",
"php": "^7.2.5|^7.3",
"vgirol/jsonapi-faker": "dev-master",
"laravel/framework": ">=5.8"
"laravel/framework": "^5.8|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~8.5.2|^9.0",
Expand Down

0 comments on commit 5e61417

Please sign in to comment.