Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Jul 23, 2024
1 parent 510270e commit d2d7acd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
testbench: ^8.21
- laravel: 11.*
testbench: 9.*

Expand All @@ -34,7 +34,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

- name: Setup problem matchers
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "^10.0 || ^11.0",
"illuminate/contracts": "^10.48 || ^11.0",
"open-telemetry/api": "^1.0.3",
"open-telemetry/sdk": "^1.0.8",
"open-telemetry/exporter-otlp": "^1.0.3",
"open-telemetry/exporter-otlp": "^1.0.4",
"php-http/guzzle7-adapter": "^1.0"
},
"require-dev": {
"larastan/larastan": "^2.9",
"nunomaduro/collision": "^7.10 || ^8.1",
"larastan/larastan": "^2.8",
"orchestra/testbench": "^8.15 || ^9.0",
"pestphp/pest": "^2.33",
"pestphp/pest-plugin-laravel": "^2.2",
"worksome/coding-style": "^2.8"
"orchestra/testbench": "^8.21.1 || ^9.2",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.4",
"worksome/coding-style": "^2.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d2d7acd

Please sign in to comment.