Skip to content

Commit

Permalink
Merge pull request #562 from psr7-sessions/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
Slamdunk authored Jul 24, 2023
2 parents 1b3d94a + b8c409a commit a6404a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.23.4

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.34.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"dflydev/fig-cookies": "^3.0.0",
"dflydev/fig-cookies": "^3.1.0",
"lcobucci/jwt": "^4.3.0 || ^5.0.0",
"lcobucci/clock": "^3.0.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-server-handler": "^1.0.1",
"psr/http-server-middleware": "^1.0.1"
"psr/http-server-handler": "^1.0.2",
"psr/http-server-middleware": "^1.0.2"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"laminas/laminas-diactoros": "^3.0.0",
"laminas/laminas-httphandlerrunner": "^2.5.0",
"phpunit/phpunit": "^9.6.5",
"laminas/laminas-httphandlerrunner": "^2.6.1",
"phpunit/phpunit": "^9.6.10",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.29.0",
"roave/infection-static-analysis-plugin": "^1.32.0",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.8.0"
"vimeo/psalm": "^5.13.1"
},
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6404a3

Please sign in to comment.