Skip to content

Commit

Permalink
Merge pull request #69 from vimeo/update-vimeo-api-dependency
Browse files Browse the repository at this point in the history
Update vimeo-api package
  • Loading branch information
muglug committed Mar 6, 2020
2 parents 2271eef + 1a95712 commit 83abaee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [5.3.3] - 2019-11-19
### Changed
- Upgraded `vimeo/vimeo-api` to 3.0.3

## [5.3.2] - 2019-03-04
### Changed
- Updating [psalm/plugin-laravel](https://github.com/psalm/laravel-psalm-plugin). [#48](https://github.com/vimeo/laravel/pull/48)
Expand Down Expand Up @@ -98,6 +102,7 @@
### Added
- First stable release with Larvel 4 support

[5.3.3]: https://github.com/vimeo/laravel/compare/5.3.2...5.3.3
[5.3.2]: https://github.com/vimeo/laravel/compare/5.3.1...5.3.2
[5.3.1]: https://github.com/vimeo/laravel/compare/5.3.0...5.3.1
[5.3.0]: https://github.com/vimeo/laravel/compare/5.2.1...5.3.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"illuminate/contracts": "^5.8|^6.0|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0",
"graham-campbell/manager": "^4.0",
"vimeo/vimeo-api": "^3.0.2"
"vimeo/vimeo-api": "^3.0.3"
},
"require-dev": {
"laravel/framework": "^5.8|^6.0|^7.0",
Expand Down

0 comments on commit 83abaee

Please sign in to comment.