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.4  | 2.7.6  |
| github-tags | laminas/laminas-ci-matrix-action | 1.25.0 | 1.26.0 |
| packagist   | vimeo/psalm                      | 5.23.1 | 5.24.0 |
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 9399dde commit 59467af
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .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@f25365c8538fd59ba0c3f8bb52e5a22e20f6fc39 # 1.25.0
uses: laminas/laminas-ci-matrix-action@5c34e3c43584e2b1e432824ec0a43a3ae684f294 # 1.26.0

qa:
name: QA Checks
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-json": "*",
"ext-pcre": "*",
"azjezz/psl": "^2.9.1",
"composer/composer": "^2.7.4",
"composer/composer": "^2.7.6",
"composer/semver": "^3.4.0",
"monolog/monolog": "^3.6.0",
"nyholm/psr7": "^1.8.1",
Expand All @@ -40,7 +40,7 @@
"roave/infection-static-analysis-plugin": "^1.35.0",
"roave/no-leaks": "^1.5.0",
"squizlabs/php_codesniffer": "^3.9.2",
"vimeo/psalm": "^5.23.1"
"vimeo/psalm": "^5.24.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down
72 changes: 39 additions & 33 deletions composer.lock

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

0 comments on commit 59467af

Please sign in to comment.