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 82e372f commit e172a8bCopy full SHA for e172a8b
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
php: [8.0, 8.1]
16
- laravel: [8.*, 9.*]
+ laravel: [8.*, 9.*, 10.*]
17
stability: [prefer-lowest, prefer-stable]
18
include:
19
- laravel: 8.*
composer.json
@@ -20,13 +20,13 @@
20
],
21
"require": {
22
"php": "^8.0",
23
- "laravel/framework": "^8.70|^9.0",
+ "laravel/framework": "^8.70|^9.0|^10.0",
24
"phpunit/phpunit": "^9.5",
25
"sixlive/json-schema-assertions": "^2.0"
26
},
27
"require-dev": {
28
"friendsofphp/php-cs-fixer": "^3.2",
29
- "orchestra/testbench": "^6.20"
+ "orchestra/testbench": "^6.20|^8.0"
30
31
"autoload": {
32
"psr-4": {
0 commit comments