Skip to content

Commit

Permalink
Merge pull request #8 from vdhicts/feature/laravel-9
Browse files Browse the repository at this point in the history
Update to Laravel 9
  • Loading branch information
dvdheiden authored Feb 9, 2022
2 parents 9db976f + 4ff1b9e commit dd00bfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Please note this changelog affects this package and not the
HiHaHo API.

## [3.0.0]

### Changed

- Update to Laravel 9.

## [2.1.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"php": "^7.4|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"illuminate/http": "^8.74",
"illuminate/support": "^8.22"
"illuminate/http": "^8.74|^9.0",
"illuminate/support": "^8.22|^9.0"
},
"require-dev": {
"phpstan/phpstan": "^1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/HiHaHo.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class HiHaHo extends Factory
use VideoContainerEndpoint;

private const TIMEOUT = 180;
private const VERSION = '2.1.0';
private const VERSION = '3.0.0';
private const USER_AGENT = 'vdhicts-hihaho-api-client/' . self::VERSION;

protected Configuration $configuration;
Expand Down

0 comments on commit dd00bfb

Please sign in to comment.