Skip to content

Commit 4a29f83

Browse files
Supports Laravel 13 (#25)
1 parent 7b3cc27 commit 4a29f83

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ubuntu-latest]
29-
php: [8.3, 8.4]
30-
laravel: [12.*]
29+
php: [8.3, 8.4, 8.5]
30+
laravel: [12.*, 13.*]
3131
statamic: [6.*]
3232
dependency-version: [prefer-stable]
3333

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"php": "^8.2",
1919
"guzzlehttp/guzzle": "^7.3",
2020
"http-interop/http-factory-guzzle": "^1.0",
21-
"illuminate/support": "^12.0",
22-
"statamic/cms": "^6.0.0",
21+
"illuminate/support": "^12.0 || ^13.0",
22+
"statamic/cms": "^6.0",
2323
"typesense/typesense-php": "^5.1"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.17",
27-
"orchestra/testbench": "^10.0",
28-
"phpunit/phpunit": "^11.0"
27+
"orchestra/testbench": "^10.0 || ^11.0",
28+
"phpunit/phpunit": "^11.0 || ^12.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)