Skip to content

Commit

Permalink
Merge pull request #22 from omacranger/hubspot-update
Browse files Browse the repository at this point in the history
Update HubSpot Composer Dependency
  • Loading branch information
rossjcooper authored Feb 9, 2020
2 parents 1fac255 + 4ad3dcc commit f0c200f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Update HubSpot composer dependency. Allows use of current / future API V3 calls.

## [2.0.0] - 2020-01-07

- Updated HubSpot base package to official package. [#19]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"illuminate/support": ">=5.3",
"hubspot/hubspot-php": "^1.2"
"hubspot/hubspot-php": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f0c200f

Please sign in to comment.