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     |
| ----------- | --------------------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action              | 1.22.1 | 1.24.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.37.0 |
| packagist   | laminas/laminas-hydrator                      | 4.14.0 | 4.15.0 |
| packagist   | nikic/php-parser                              | 4.16.0 | 4.18.0 |
| packagist   | phpbench/phpbench                             | 1.2.14 | 1.2.15 |
| packagist   | phpunit/phpunit                               | 9.6.10 | 9.6.16 |
| packagist   | roave/infection-static-analysis-plugin        | 1.32.0 | 1.34.0 |
| github-tags | shivammathur/setup-php                        | 2.25.4 | 2.29.0 |
| packagist   | vimeo/psalm                                   | 5.13.1 | 5.21.1 |
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent aa5db09 commit f061834
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 305 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@1.22.1
uses: laminas/laminas-ci-matrix-action@1.24.0

qa:
name: QA Checks
Expand All @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.32.0
uses: laminas/laminas-continuous-integration-action@1.37.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -53,7 +53,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.4"
uses: "shivammathur/setup-php@2.29.0"
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 @@ -20,17 +20,17 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-hydrator": "^4.14.0",
"nikic/php-parser": "^4.16.0",
"laminas/laminas-hydrator": "^4.15.0",
"nikic/php-parser": "^4.18.0",
"ocramius/code-generator-utils": "^1.7.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpbench/phpbench": "^1.2.14",
"phpunit/phpunit": "^9.6.10",
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^9.6.16",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.32.0",
"vimeo/psalm": "^5.13.1"
"roave/infection-static-analysis-plugin": "^1.34.0",
"vimeo/psalm": "^5.21.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f061834

Please sign in to comment.