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 | containerbase/php-prebuild | 8.2.0  | 8.3.11 |
| packagist   | psr/log                    | 3.0.1  | 3.0.1  |
| packagist   | symfony/console            | 6.4.11 | 6.4.11 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent eed9bb9 commit 5d9ffdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"require": {
"php": "~8.2.0",
"php": "~8.3.11",
"azjezz/psl": "^2.9.1",
"jwage/changelog-generator": "^1.4.0",
"laminas/laminas-diactoros": "^2.26.0",
Expand All @@ -17,8 +17,8 @@
"php-http/httplug": "^2.4.0",
"psr/http-client": "^1.0.3",
"psr/http-message": "^1.1",
"psr/log": "^3.0.0",
"symfony/console": "^6.4.10"
"psr/log": "^3.0.1",
"symfony/console": "^6.4.11"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 5d9ffdc

Please sign in to comment.