Skip to content

Commit 3377de3

Browse files
committed
drop support for laravel 8
1 parent 437bc8f commit 3377de3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: ['8.1']
16-
laravel: ['8.*', '9.*']
16+
laravel: ['9.*']
1717
stability: [prefer-lowest, prefer-stable]
1818

1919
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: ['8.1']
16-
laravel: ['8.*', '9.*']
16+
laravel: ['9.*']
1717
stability: [prefer-lowest, prefer-stable]
1818

1919
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ __('stream.shared-photos', [
2929

3030
This package is a Laravel wrapper around [jrmajor/fluent-php](https://github.com/jrmajor/fluent-php).
3131

32-
You may install it via Composer: `composer require jrmajor/laravel-fluent`. It supports Laravel 8 and 9.
32+
You may install it via Composer: `composer require jrmajor/laravel-fluent`. The current version supports only Laravel 9.
3333

3434
## Usage
3535

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": "~8.1.0",
2828
"jrmajor/fluent": "^0.4.0",
29-
"laravel/framework": "^8.0 || ^9.0"
29+
"laravel/framework": "^9.0"
3030
},
3131
"require-dev": {
3232
"jrmajor/cs": "^0.4.6",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)