Skip to content

Commit

Permalink
Drop Laravel < 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel de Wit committed Mar 6, 2022
1 parent 36d4df2 commit 42f412a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.4, 8.0, 8.1]
php: [8.0, 8.1]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Add [Laravel Sanctum](https://github.com/laravel/sanctum) support to [Lighthouse

## Requirements

- [laravel/laravel:^8.74 || ^9.0](https://github.com/laravel/laravel)
- [laravel/sanctum:^2.14](https://github.com/laravel/sanctum)
- [laravel/laravel:^9.0](https://github.com/laravel/laravel)
- [nuwave/lighthouse:^5.5](https://github.com/nuwave/lighthouse)

## Installation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"laravel/framework": "^8.74 || ^9.0",
"php": "^8.0.2",
"laravel/framework": "^9.0",
"laravel/sanctum": "^2.14",
"nuwave/lighthouse": "^5.5"
},
Expand Down

0 comments on commit 42f412a

Please sign in to comment.