We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b25e commit f3fc9baCopy full SHA for f3fc9ba
2 files changed
.github/workflows/run-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
matrix:
28
os: [ubuntu-latest]
29
php: [8.2, 8.3]
30
- laravel: [10.*, 11.*]
+ laravel: [10.*, 11.*, 12.*]
31
statamic: [5.*]
32
dependency-version: [prefer-stable]
33
composer.json
@@ -20,14 +20,14 @@
20
"php": "^8.2",
21
"guzzlehttp/guzzle": "^7.3",
22
"http-interop/http-factory-guzzle": "^1.0",
23
- "illuminate/support": "^10.0|^11.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
24
"statamic/cms": "^5.38",
25
"typesense/typesense-php": "^4.9"
26
},
"require-dev": {
"laravel/pint": "^1.17",
- "orchestra/testbench": "^8.14 || ^9.0",
- "phpunit/phpunit": "^10.0"
+ "orchestra/testbench": "^8.14 || ^9.0 || ^10.0",
+ "phpunit/phpunit": "^10.0 || ^11.0"
"autoload": {
"psr-4": {
0 commit comments