Skip to content

Commit e172a8b

Browse files
Laravel 10.x Compatibility (#27)
1 parent 82e372f commit e172a8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php: [8.0, 8.1]
16-
laravel: [8.*, 9.*]
16+
laravel: [8.*, 9.*, 10.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
include:
1919
- laravel: 8.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"laravel/framework": "^8.70|^9.0",
23+
"laravel/framework": "^8.70|^9.0|^10.0",
2424
"phpunit/phpunit": "^9.5",
2525
"sixlive/json-schema-assertions": "^2.0"
2626
},
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^3.2",
29-
"orchestra/testbench": "^6.20"
29+
"orchestra/testbench": "^6.20|^8.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)