Skip to content

Commit

Permalink
Merge pull request #335 from Roave/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
renovate[bot] committed Nov 23, 2023
2 parents c2ff2d5 + 98b0b75 commit 909c7a2
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 222 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4
# syntax=docker/dockerfile:1.6

FROM composer:2.5.8 AS composer-base-image
FROM node:20.5.0 AS npm-base-image
FROM composer:2.6.5 AS composer-base-image
FROM node:20.9.0 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image


Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"require": {
"php": "~8.2.8",
"ext-gd": "*",
"guzzlehttp/guzzle": "^7.7.0",
"guzzlehttp/psr7": "^2.5.0",
"guzzlehttp/guzzle": "^7.8.0",
"guzzlehttp/psr7": "^2.6.1",
"jasny/twig-extensions": "^1.3",
"michelf/php-markdown": "^2.0",
"monolog/monolog": "^3.4.0",
"monolog/monolog": "^3.5.0",
"psr/log": "^3.0.0",
"symfony/yaml": "^6.3.0",
"symfony/yaml": "^6.3.8",
"thecodingmachine/safe": "^2.5.0",
"twig/twig": "^3.7.0",
"twig/twig": "^3.8.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.2.6",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.16.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 909c7a2

Please sign in to comment.