Skip to content

Commit

Permalink
DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Aug 31, 2023
1 parent 10ac117 commit cb2568d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
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
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -20,7 +20,7 @@
}],
"require": {
"php": "^7.3|^8.0|^9.0",
"illuminate/support": "^7|^8|^9",
"illuminate/support": "^7|^8|^9|^10",
"joy/voyager-core": "^1.0",
"tcg/voyager": "^1.4"
},
Expand All @@ -30,8 +30,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 cb2568d

Please sign in to comment.