Skip to content

Commit e5d3b9a

Browse files
authored
Add Laravel 12 support. (#25)
* Add support for Laravel 12.
1 parent 83d1d42 commit e5d3b9a

File tree

3 files changed

+2
-49
lines changed

3 files changed

+2
-49
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.1'
19+
php-version: '8.3'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.2",
2323
"spatie/laravel-package-tools": "^1.14.0",
24-
"illuminate/contracts": "^11.0"
24+
"illuminate/contracts": "^11.0|^12.0"
2525
},
2626
"require-dev": {
2727
"inertiajs/inertia-laravel": "<2",

0 commit comments

Comments
 (0)