Skip to content

Commit

Permalink
adj deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MordiSacks committed Aug 19, 2024
1 parent bc7b053 commit 4fc6788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install dependencies
run: |
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

- name: List Installed Dependencies
run: composer show -D
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
},
"require-dev": {
"laravel/pint": "^1.17",
"pestphp/pest": "^2.35",
"laravel/pint": "^1.14",
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.11"
},
"scripts": {
Expand Down

0 comments on commit 4fc6788

Please sign in to comment.