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   | beberlei/assert            | 3.3.2  | 3.3.3  |
| packagist   | guzzlehttp/guzzle          | 7.8.1  | 7.9.2  |
| packagist   | league/commonmark          | 2.4.2  | 2.5.3  |
| packagist   | monolog/monolog            | 3.5.0  | 3.8.0  |
| github-tags | containerbase/php-prebuild | 8.2.0  | 8.4.1  |
| packagist   | phpseclib/phpseclib        | 3.0.37 | 3.0.42 |
| packagist   | psr/http-factory           | 1.0.2  | 1.1.0  |
| packagist   | psr/log                    | 3.0.0  | 3.0.2  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 8319ffa commit f25af34
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"rss": "https://github.com/laminas/laminas.dev/releases.atom"
},
"require": {
"php": "~8.2.0",
"php": "~8.4.1",
"ext-curl": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-openswoole": "*",
"beberlei/assert": "^3.3.2",
"beberlei/assert": "^3.3.3",
"colorfield/mastodon-api": "^0.1.5",
"guzzlehttp/guzzle": "^7.8.1",
"guzzlehttp/guzzle": "^7.9.2",
"laminas/laminas-cli": "^1.10.0",
"laminas/laminas-component-installer": "^3.4.0",
"laminas/laminas-config-aggregator": "^1.14.0",
Expand All @@ -30,7 +30,7 @@
"laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-stdlib": "^3.19.0",
"laminas/laminas-stratigility": "^3.11.0",
"league/commonmark": "^2.4.2",
"league/commonmark": "^2.5.3",
"mezzio/mezzio": "^3.19.0",
"mezzio/mezzio-fastroute": "^3.11.0",
"mezzio/mezzio-hal": "^2.9.0",
Expand All @@ -39,16 +39,16 @@
"mezzio/mezzio-problem-details": "^1.14.0",
"mezzio/mezzio-swoole": "^4.9.0",
"mezzio/mezzio-template": "^2.10.0",
"monolog/monolog": "^3.5.0",
"monolog/monolog": "^3.8.0",
"phly/phly-event-dispatcher": "^1.4.0",
"phpseclib/phpseclib": "^3.0.37",
"phpseclib/phpseclib": "^3.0.42",
"psr/container": "^1.1.2 || ^2.0.2",
"psr/event-dispatcher": "^1.0",
"psr/http-factory": "^1.0.2",
"psr/http-factory": "^1.1.0",
"psr/http-message": "^2.0.0",
"psr/http-server-handler": "^1.0.2",
"psr/http-server-middleware": "^1.0.2",
"psr/log": "^3.0"
"psr/log": "^3.0.2"
},
"require-dev": {
"filp/whoops": "^2.15.3",
Expand Down

0 comments on commit f25af34

Please sign in to comment.