Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                | from    | to      |
| ----------- | ---------------------- | ------- | ------- |
| packagist   | infection/infection    | 0.26.20 | 0.26.21 |
| packagist   | phpunit/phpunit        | 10.1.2  | 10.1.2  |
| github-tags | shivammathur/setup-php | 2.24.0  | 2.25.1  |
  • Loading branch information
renovate[bot] authored May 9, 2023
1 parent d2c9b7b commit 5bfaa40
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"infection/infection": "0.26.20",
"infection/infection": "0.26.21",
"ocramius/package-versions": "^2.7.0",
"sanmai/later": "^0.1.2",
"vimeo/psalm": "^4.30.0 || ^5.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.1.0"
"phpunit/phpunit": "^10.1.2"
},
"autoload": {
"psr-4": {
Expand Down
27 changes: 14 additions & 13 deletions composer.lock

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

0 comments on commit 5bfaa40

Please sign in to comment.