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   | composer/composer      | 2.7.7   | 2.7.7   |
| packagist   | infection/infection    | 0.27.11 | 0.29.5  |
| packagist   | phpunit/phpunit        | 10.5.24 | 10.5.24 |
| github-tags | shivammathur/setup-php | 2.30.0  | 2.30.5  |
| packagist   | symfony/process        | 7.1.1   | 7.1.1   |
| packagist   | vimeo/psalm            | 5.25.0  | 5.25.0  |
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 9509eec commit d224ff9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"ext-json": "*",
"composer-plugin-api": "^2.1.0",
"ocramius/package-versions": "^2.8.0",
"vimeo/psalm": "^5.23.1",
"vimeo/psalm": "^5.25.0",
"psalm/plugin-phpunit": "^0.19.0"
},
"require-dev": {
"composer/composer": "^2.7.2",
"composer/composer": "^2.7.7",
"doctrine/coding-standard": "^12.0.0",
"infection/infection": "^0.27.11",
"phpunit/phpunit": "^10.5.15",
"symfony/process": "^7.0.4"
"infection/infection": "^0.29.5",
"phpunit/phpunit": "^10.5.24",
"symfony/process": "^7.1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d224ff9

Please sign in to comment.