Skip to content

Commit

Permalink
DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Aug 30, 2023
1 parent 58fd4c1 commit 68e69dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.release.target_commitish }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
}],
"require": {
"php": "^7.3|^8.0|^9.0",
"illuminate/support": "^7|^8|^9",
"illuminate/support": "^7|^8|^9|^10",
"joy/voyager-core": "^1.0",
"laravel/passport": "^9|^10",
"laravel/passport": "^9|^10|^11",
"tcg/voyager": "^1.4"
},
"require-dev": {
Expand All @@ -33,8 +33,8 @@
"friendsofphp/php-cs-fixer": "^3.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"phpunit/phpunit": "^9.1"
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.1|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 68e69dc

Please sign in to comment.