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   | guzzlehttp/guzzle          | 7.8.1  | 7.9.2  |
| packagist   | league/commonmark          | 2.4.2  | 2.5.3  |
| packagist   | monolog/monolog            | 3.5.0  | 3.7.0  |
| github-tags | containerbase/php-prebuild | 8.2.0  | 8.3.10 |
| packagist   | phpseclib/phpseclib        | 3.0.37 | 3.0.41 |
| packagist   | psr/http-factory           | 1.0.2  | 1.1.0  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 8319ffa commit d0771f0
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 97 deletions.
12 changes: 6 additions & 6 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.3.10",
"ext-curl": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-openswoole": "*",
"beberlei/assert": "^3.3.2",
"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,12 +39,12 @@
"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.7.0",
"phly/phly-event-dispatcher": "^1.4.0",
"phpseclib/phpseclib": "^3.0.37",
"phpseclib/phpseclib": "^3.0.41",
"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",
Expand Down
Loading

0 comments on commit d0771f0

Please sign in to comment.