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.5.1   | 2.5.8  |
| packagist   | infection/infection    | 0.26.18 | 0.27.0 |
| packagist   | phpunit/phpunit        | 9.5.28  | 9.6.10 |
| github-tags | shivammathur/setup-php | 2.24.0  | 2.25.5 |
| packagist   | symfony/process        | 6.2.5   | 6.3.2  |
| packagist   | vimeo/psalm            | 5.6.0   | 5.14.1 |
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent 8a5be47 commit 7e37358
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 275 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.24.0"
uses: "shivammathur/setup-php@2.25.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/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.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/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.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/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.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,14 +14,14 @@
"ext-json": "*",
"composer-plugin-api": "^2.1.0",
"ocramius/package-versions": "^2.7.0",
"vimeo/psalm": "^5.6.0"
"vimeo/psalm": "^5.14.1"
},
"require-dev": {
"composer/composer": "^2.5.1",
"composer/composer": "^2.5.8",
"doctrine/coding-standard": "^11.1.0",
"infection/infection": "^0.26.18",
"phpunit/phpunit": "^9.5.28",
"symfony/process": "^6.2.5"
"infection/infection": "^0.27.0",
"phpunit/phpunit": "^9.6.10",
"symfony/process": "^6.3.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7e37358

Please sign in to comment.