Skip to content

Commit

Permalink
Bump minimum laravel client
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Aug 2, 2021
1 parent 4790916 commit fac390e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.2.0 - 2021-08-02

### Changed
- Bumped minimum version of `torchlight/torchlight-laravel` to `0.5.0`

## 0.1.3 - 2021-07-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"laravel"
],
"require": {
"torchlight/torchlight-laravel": "^0.4.6",
"tightenco/jigsaw": "^1.3.27"
"tightenco/jigsaw": "^1.3.27",
"torchlight/torchlight-laravel": "^0.5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4"
Expand Down

0 comments on commit fac390e

Please sign in to comment.