Skip to content

Commit

Permalink
Merge pull request #42 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Fixed dependencies
  • Loading branch information
andrey-helldar authored Apr 1, 2024
2 parents 1a4aa43 + 136d2f9 commit e829344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
coverage: none
coverage: xdebug

- name: Install dependencies
run: composer require laravel/framework:^${{ matrix.laravel }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"symfony/http-foundation": "^6.0 || ^7.0"
},
"require-dev": {
"orchestra/testbench": "^9.0 || ^10.0",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^10.0"
},
"conflict": {
Expand Down

0 comments on commit e829344

Please sign in to comment.