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  | dflydev/fig-cookies | 3.0.0 | 3.1.0 |
| packagist  | league/commonmark   | 2.4.0 | 2.4.1 |
| packagist  | monolog/monolog     | 3.4.0 | 3.5.0 |
| packagist  | symfony/console     | 6.3.0 | 6.3.4 |
| packagist  | symfony/yaml        | 6.3.0 | 6.3.7 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 757045e commit fc4a61d
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 102 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"require": {
"php": "~8.2.0",
"ext-pdo": "*",
"dflydev/fig-cookies": "^3.0",
"dflydev/fig-cookies": "^3.1.0",
"laminas/laminas-cli": "^1.8.0",
"laminas/laminas-component-installer": "^3.3.0",
"laminas/laminas-config-aggregator": "^1.14.0",
Expand All @@ -45,18 +45,18 @@
"laminas/laminas-paginator": "^2.17.0",
"laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-stdlib": "^3.18.0",
"league/commonmark": "^2.4.0",
"league/commonmark": "^2.4.1",
"mezzio/mezzio": "^3.17.0",
"mezzio/mezzio-fastroute": "^3.10.0",
"mezzio/mezzio-helpers": "^5.15.0",
"mezzio/mezzio-platesrenderer": "^2.9.0",
"mezzio/mezzio-problem-details": "^1.12.0",
"monolog/monolog": "^3.4.0",
"monolog/monolog": "^3.5.0",
"phly/phly-configfactory": "^1.2.0",
"phly/phly-event-dispatcher": "^1.3.1",
"spatie/yaml-front-matter": "^2.0.7",
"symfony/console": "^6.3.0",
"symfony/yaml": "^6.3.0"
"symfony/console": "^6.3.4",
"symfony/yaml": "^6.3.7"
},
"require-dev": {
"filp/whoops": "^2.14.5",
Expand Down
Loading

0 comments on commit fc4a61d

Please sign in to comment.