Skip to content

Commit 78e1b14

Browse files
committed
drop support for laravel 10
1 parent 9bf2c3d commit 78e1b14

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: ['8.2', '8.3']
15-
laravel: ['10.*', '11.*']
15+
laravel: ['11.*']
1616
stability: [prefer-lowest, prefer-stable]
1717

1818
steps:
@@ -49,12 +49,6 @@ jobs:
4949
strategy:
5050
matrix:
5151
include:
52-
- php: '8.2'
53-
laravel: '10.*'
54-
stability: prefer-lowest
55-
- php: '8.3'
56-
laravel: '10.*'
57-
stability: prefer-stable
5852
- php: '8.2'
5953
laravel: '11.*'
6054
stability: prefer-lowest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __('stream.shared-photos', [
2727
]); // jrmajor added 2 new photos to his stream.
2828
```
2929

30-
This package is a Laravel wrapper around [jrmajor/fluent-php](https://github.com/jrmajor/fluent-php). The current version supports Laravel 10.
30+
This package is a Laravel wrapper around [jrmajor/fluent-php](https://github.com/jrmajor/fluent-php).
3131

3232
You may install it via Composer: `composer require jrmajor/laravel-fluent`. The package will automatically register itself.
3333

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"require": {
2727
"php": "8.2 - 8.3",
2828
"jrmajor/fluent": "^1.0",
29-
"laravel/framework": "^10.0 || ^11.0"
29+
"laravel/framework": "^11.0"
3030
},
3131
"require-dev": {
3232
"jrmajor/cs": "^0.6.0",
33-
"orchestra/testbench": "^8.21 || ^9.0",
33+
"orchestra/testbench": "^9.0",
3434
"phpstan/phpstan": "^1.11",
3535
"phpunit/phpunit": "^10.5"
3636
},

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)