Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                | from   | to     |
| ----------- | -------------------------------------- | ------ | ------ |
| packagist   | phpbench/phpbench                      | 1.2.9  | 1.2.10 |
| packagist   | phpunit/phpunit                        | 9.6.5  | 9.6.9  |
| packagist   | roave/infection-static-analysis-plugin | 1.29.0 | 1.32.0 |
| github-tags | shivammathur/setup-php                 | 2.24.0 | 2.25.4 |
| packagist   | vimeo/psalm                            | 5.7.7  | 5.12.0 |
  • Loading branch information
renovate[bot] committed Jun 13, 2023
1 parent b05a8c1 commit db90733
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.4"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"roave/infection-static-analysis-plugin": "^1.29.0",
"phpbench/phpbench": "^1.2.9",
"phpunit/phpunit": "^9.6.5",
"vimeo/psalm": "^5.7.7"
"roave/infection-static-analysis-plugin": "^1.32.0",
"phpbench/phpbench": "^1.2.10",
"phpunit/phpunit": "^9.6.9",
"vimeo/psalm": "^5.12.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit db90733

Please sign in to comment.