Skip to content

Commit

Permalink
updated dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDey12 committed May 12, 2024
1 parent 2ff09cb commit 6f8a461
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist

- name: Unit Tests
run: ./vendor/bin/pest --parallel
run: ./vendor/bin/pest --parallel --verbose
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
"require": {
"php": "^8.1",
"ext-ctype": "*",
"guzzlehttp/guzzle": "^7.8",
"symfony/filesystem": "^6.4",
"symfony/cache": "^7.0"
"guzzlehttp/guzzle": "^7.0",
"symfony/filesystem": "^6.1|^7.0",
"symfony/cache": "^6.1|^7.0"
},
"require-dev": {
"symfony/var-dumper": "6.4.x-dev",
"phpbench/phpbench": "1.2.x-dev",
"symfony/var-dumper": "^6.1|^7.0",
"rector/rector": "^1.0",
"laravel/pint": "^1.15",
"pestphp/pest": "^2.34",
"pestphp/pest": "^2.0",
"mockery/mockery": "^1.6"
},
"autoload": {
Expand Down

0 comments on commit 6f8a461

Please sign in to comment.