Skip to content

Commit 4f52c4c

Browse files
committed
Merge branch '8.x'
# Conflicts: # CHANGELOG.md # src/Http/Middleware/CheckClientCredentials.php # src/Http/Middleware/CheckClientCredentialsForAnyScope.php
2 parents 95c50cc + dd4b1d9 commit 4f52c4c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
coverage: none
3737

3838
- name: Install dependencies
39-
run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction --no-suggest
39+
run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction
4040

4141
- name: Execute tests
4242
run: vendor/bin/phpunit --verbose

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/passport/compare/v8.4.3...master)
3+
## [Unreleased](https://github.com/laravel/passport/compare/v8.4.4...master)
4+
5+
6+
## [v8.4.4 (2020-04-21)](https://github.com/laravel/passport/compare/v8.4.3...v8.4.4)
7+
8+
### Fixed
9+
- Fix 500 Internal Server Error response ([#1222](https://github.com/laravel/passport/pull/1222))
410

511

612
## [v8.4.3 (2020-03-31)](https://github.com/laravel/passport/compare/v8.4.2...v8.4.3)

0 commit comments

Comments
 (0)