Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Mar 2, 2024
1 parent a6b28b4 commit 6a630a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-progress --no-update
composer update --no-progress --prefer-dist --no-interaction --no-suggest
composer update --no-progress --prefer-dist --no-interaction
- name: Execute tests
run: composer test:ci
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
],
"require": {
"php": "^8.0",
"illuminate/auth": "^9.0|^10.0,^11.0",
"illuminate/contracts": "^9.0|^10.0,^11.0",
"illuminate/http": "^9.0|^10.0,^11.0",
"illuminate/support": "^9.0|^10.0,^11.0",
"illuminate/auth": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/http": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"lcobucci/jwt": "^4.0",
"nesbot/carbon": "^2.0"
},
"require-dev": {
"illuminate/console": "^9.0|^10.0,^11.0",
"illuminate/database": "^9.0|^10.0,^11.0",
"illuminate/routing": "^9.0|^10.0,^11.0",
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/routing": "^9.0|^10.0|^11.0",
"mockery/mockery": ">=0.9.9",
"phpunit/phpunit": "^9.4"
},
Expand Down

0 comments on commit 6a630a1

Please sign in to comment.