Skip to content

Commit 17a4ec7

Browse files
committed
chore(deps): Bump Laravel requirement to 11
1 parent 2d7cd7e commit 17a4ec7

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/run-tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3]
21-
laravel: [11.*, 10.*]
21+
laravel: [11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 11.*
2525
testbench: 9.*
2626
carbon: ^2.63
27-
- laravel: 10.*
28-
testbench: 8.*
29-
carbon: ^2.63
3027

3128
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3229

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ large sets of data.
1414

1515
## Requirements
1616

17-
Currently, requires PHP 8.3 or above, and Laravel 10+.
17+
Currently, requires PHP 8.3 or above, and Laravel 11+.
1818

1919
## Installation
2020

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"require": {
2020
"php": "^8.3",
2121
"spatie/laravel-package-tools": "^1.16",
22-
"illuminate/contracts": "^10.0||^11.0"
22+
"illuminate/contracts": "^11.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.14",
26-
"nunomaduro/collision": "^8.1.1||^7.10.0",
26+
"nunomaduro/collision": "^8.1.1",
2727
"larastan/larastan": "^2.9",
28-
"orchestra/testbench": "^9.0.0||^8.22.0",
28+
"orchestra/testbench": "^9.0.0",
2929
"pestphp/pest": "^3.0",
3030
"pestphp/pest-plugin-arch": "^3.0",
3131
"pestphp/pest-plugin-laravel": "^3.0",

0 commit comments

Comments
 (0)