Skip to content

Commit

Permalink
WIP: update packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ph7jack committed Feb 19, 2024
1 parent 1b1e82f commit 36bb4b5
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --no-interaction --no-suggest
composer update --no-interaction
- name: Run PHPUnit tests
run: composer test
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"prefer-stable": true,
"require": {
"php": "^8.1|^8.2|^8.3",
"laravel/framework": "^9.52|^10.0",
"laravel/pint": "^1.6"
"laravel/framework": "^9.52|^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.2|^8.0",
"laravel/pint": "^1.6",
"phpunit/phpunit": "^10.5",
"pestphp/pest": "^2.0",
"mockery/mockery": "^1.5",
"phpstan/phpstan": "^1.10",
"nunomaduro/larastan": "^2.5"
"larastan/larastan": "^2.9"
},
"scripts": {
"test": "./vendor/bin/pest --coverage --min=100 --parallel",
Expand Down
337 changes: 168 additions & 169 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36bb4b5

Please sign in to comment.