Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Jan 6, 2021
1 parent 0955e18 commit f7aade9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to `laravel-zoom` will be documented in this file

## 4.2.0 - 2021-01-05
## 4.1.5 - 2021-01-06

Allow override of config API key and secret in Entry Model

## 4.1.4 - 2021-01-05

PHP 8.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.3|8.0",
"php": "^7.3|^8.0",
"illuminate/support": "^7.0|^8.0",
"macsidigital/laravel-api-client": "^3.3"
},
Expand Down

0 comments on commit f7aade9

Please sign in to comment.