Skip to content

Commit e829344

Browse files
Merge pull request #42 from TheDragonCode/3.x
Fixed dependencies
2 parents 1a4aa43 + 136d2f9 commit e829344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
php-version: ${{ matrix.php }}
2929
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
30-
coverage: none
30+
coverage: xdebug
3131

3232
- name: Install dependencies
3333
run: composer require laravel/framework:^${{ matrix.laravel }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"symfony/http-foundation": "^6.0 || ^7.0"
4747
},
4848
"require-dev": {
49-
"orchestra/testbench": "^9.0 || ^10.0",
49+
"orchestra/testbench": "^8.0 || ^9.0",
5050
"phpunit/phpunit": "^10.0"
5151
},
5252
"conflict": {

0 commit comments

Comments
 (0)