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.38.0 |
| packagist   | nikic/php-parser                              | 4.15.3 | 4.18.0 |
| packagist   | phpunit/phpunit                               | 9.5.28 | 9.6.17 |
| packagist   | roave/infection-static-analysis-plugin        | 1.28.0 | 1.34.0 |
| packagist   | vimeo/psalm                                   | 5.4.0  | 5.22.2 |
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent c0c780a commit dfc9934
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 409 deletions.
4 changes: 2 additions & 2 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.38.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"nikic/php-parser": "^4.15.3"
"nikic/php-parser": "^4.18.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^9.6.17",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.28.0",
"vimeo/psalm": "^5.4.0"
"roave/infection-static-analysis-plugin": "^1.34.0",
"vimeo/psalm": "^5.22.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit dfc9934

Please sign in to comment.