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   | azjezz/psl                 | 3.0.2  | 3.0.2  |
| packagist   | lcobucci/clock             | 3.2.0  | 3.3.1  |
| github-tags | containerbase/php-prebuild | 8.3.0  | 8.3.11 |
| packagist   | php-http/httplug           | 2.4.0  | 2.4.1  |
| packagist   | psr/log                    | 3.0.2  | 3.0.2  |
| packagist   | symfony/console            | 6.4.12 | 6.4.12 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent c7ca56a commit 2a8f8f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"require": {
"php": "~8.3.0",
"azjezz/psl": "^3.0.0",
"php": "~8.3.11",
"azjezz/psl": "^3.0.2",
"jwage/changelog-generator": "^1.4.0",
"laminas/laminas-diactoros": "^2.26.0",
"lcobucci/clock": "^3.2.0",
"lcobucci/clock": "^3.3.1",
"monolog/monolog": "^3.7.0",
"ocramius/package-versions": "^2.9.0",
"phly/keep-a-changelog": "^2.12.1",
"php-http/curl-client": "^2.3.2",
"php-http/discovery": "^1.19.4",
"php-http/httplug": "^2.4.0",
"php-http/httplug": "^2.4.1",
"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.2",
"symfony/console": "^6.4.12"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

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

0 comments on commit 2a8f8f8

Please sign in to comment.