Skip to content

Commit f3fc9ba

Browse files
Supports Laravel 12 (#14)
1 parent 210b25e commit f3fc9ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
os: [ubuntu-latest]
2929
php: [8.2, 8.3]
30-
laravel: [10.*, 11.*]
30+
laravel: [10.*, 11.*, 12.*]
3131
statamic: [5.*]
3232
dependency-version: [prefer-stable]
3333

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"php": "^8.2",
2121
"guzzlehttp/guzzle": "^7.3",
2222
"http-interop/http-factory-guzzle": "^1.0",
23-
"illuminate/support": "^10.0|^11.0",
23+
"illuminate/support": "^10.0|^11.0|^12.0",
2424
"statamic/cms": "^5.38",
2525
"typesense/typesense-php": "^4.9"
2626
},
2727
"require-dev": {
2828
"laravel/pint": "^1.17",
29-
"orchestra/testbench": "^8.14 || ^9.0",
30-
"phpunit/phpunit": "^10.0"
29+
"orchestra/testbench": "^8.14 || ^9.0 || ^10.0",
30+
"phpunit/phpunit": "^10.0 || ^11.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)