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.25.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.39.0 |
| packagist   | nikic/php-parser                              | 4.15.3 | 4.19.1 |
| packagist   | phpunit/phpunit                               | 9.5.28 | 9.6.19 |
| packagist   | psalm/plugin-phpunit                          | 0.18.4 | 0.19.0 |
| packagist   | roave/infection-static-analysis-plugin        | 1.28.0 | 1.35.0 |
| packagist   | vimeo/psalm                                   | 5.4.0  | 5.23.1 |
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent c0c780a commit 886cbda
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 566 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.25.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.39.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
10 changes: 5 additions & 5 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.19.1"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.28.0",
"vimeo/psalm": "^5.4.0"
"phpunit/phpunit": "^9.6.19",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"vimeo/psalm": "^5.23.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 886cbda

Please sign in to comment.