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.27.0 | 0.27.4 |
| packagist   | ocramius/package-versions | 2.7.0  | 2.8.0  |
| packagist   | phpunit/phpunit           | 10.2.7 | 10.4.1 |
| github-tags | shivammathur/setup-php    | 2.25.5 | 2.26.0 |
| packagist   | symfony/process           | 6.3.2  | 6.3.4  |
| packagist   | vimeo/psalm               | 5.14.1 | 5.15.0 |
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 8c021a6 commit 031d998
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 200 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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.5"
uses: "shivammathur/setup-php@2.26.0"
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/setup-php@2.25.5"
uses: "shivammathur/setup-php@2.26.0"
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/setup-php@2.25.5"
uses: "shivammathur/setup-php@2.26.0"
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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.5"
uses: "shivammathur/setup-php@2.26.0"
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/setup-php@2.25.5"
uses: "shivammathur/setup-php@2.26.0"
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 @@ -13,16 +13,16 @@
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"composer-plugin-api": "^2.1.0",
"ocramius/package-versions": "^2.7.0",
"vimeo/psalm": "^5.14.1",
"ocramius/package-versions": "^2.8.0",
"vimeo/psalm": "^5.15.0",
"psalm/plugin-phpunit": "^0.18.4"
},
"require-dev": {
"composer/composer": "^2.5.8",
"doctrine/coding-standard": "^12.0.0",
"infection/infection": "^0.27.0",
"phpunit/phpunit": "^10.2.7",
"symfony/process": "^6.3.2"
"infection/infection": "^0.27.4",
"phpunit/phpunit": "^10.4.1",
"symfony/process": "^6.3.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 031d998

Please sign in to comment.