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 9d80589 commit 6de9be9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/first-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "contains(github.event.head_commit.message, 'Initial commit')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
Expand Down
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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
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 6de9be9

Please sign in to comment.