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.9   |
| packagist   | infection/infection        | 0.27.11 | 0.29.6  |
| github-tags | laminas/automatic-releases | 1.24.0  | 1.25.0  |
| packagist   | ocramius/package-versions  | 2.8.0   | 2.9.0   |
| packagist   | phpunit/phpunit            | 10.5.26 | 10.5.33 |
| github-tags | shivammathur/setup-php     | 2.30.0  | 2.31.1  |
| packagist   | symfony/process            | 7.1.1   | 7.1.3   |
| packagist   | vimeo/psalm                | 5.25.0  | 5.26.0  |
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent a747d54 commit 93cbd42
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.31.1"
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.30.0"
uses: "shivammathur/setup-php@2.31.1"
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.30.0"
uses: "shivammathur/setup-php@2.31.1"
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/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Bump Changelog Version On Originating Release Branch"
uses: "laminas/automatic-releases@1.24.0"
uses: "laminas/automatic-releases@1.25.0"
with:
command-name: "laminas:automatic-releases:bump-changelog"
env:
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.30.0"
uses: "shivammathur/setup-php@2.31.1"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
12 changes: 6 additions & 6 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 || ~8.3.0",
"ext-json": "*",
"composer-plugin-api": "^2.1.0",
"ocramius/package-versions": "^2.8.0",
"vimeo/psalm": "^5.23.1",
"ocramius/package-versions": "^2.9.0",
"vimeo/psalm": "^5.26.0",
"psalm/plugin-phpunit": "^0.19.0"
},
"require-dev": {
"composer/composer": "^2.7.2",
"composer/composer": "^2.7.9",
"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.6",
"phpunit/phpunit": "^10.5.33",
"symfony/process": "^7.1.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 93cbd42

Please sign in to comment.