Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit a33794a

Browse files
authored
Support for PHP 8.3 and Laravel 11 (#23)
1 parent 5db9c88 commit a33794a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.2, 8.1]
13-
laravel: [10.2]
12+
php: [8.3, 8.2]
13+
laravel: [11.0, 10.2]
1414

1515
name: Test Stubs P${{ matrix.php }} - L${{ matrix.laravel }}
1616

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1",
27-
"illuminate/console": "^9.37|^10.0",
28-
"illuminate/filesystem": "^9.37|^10.0",
29-
"illuminate/support": "^9.37|^10.0",
30-
"illuminate/validation": "^9.37|^10.0",
31-
"protonemedia/laravel-splade": "^1.4.9"
26+
"php": "^8.2",
27+
"illuminate/console": "^10.48.3|^11.0",
28+
"illuminate/filesystem": "^10.48.3|^11.0",
29+
"illuminate/support": "^10.48.3|^11.0",
30+
"illuminate/validation": "^10.48.3|^11.0",
31+
"protonemedia/laravel-splade": "^1.4.18"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)