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      |
| ---------- | -------------------- | ------- | ------- |
| docker     | composer             | 2.6.6   | 2.7.7   |
| docker     | docker/dockerfile    | 1.6     | 1.9     |
| packagist  | guzzlehttp/guzzle    | 7.8.1   | 7.9.2   |
| packagist  | guzzlehttp/psr7      | 2.6.2   | 2.7.0   |
| npm        | marked               | 13.0.1  | 13.0.3  |
| packagist  | monolog/monolog      | 3.6.0   | 3.7.0   |
| docker     | node                 | 22.4.0  | 22.5.1  |
| packagist  | phpunit/phpunit      | 10.5.20 | 10.5.28 |
| packagist  | psalm/plugin-phpunit | 0.18.4  | 0.19.0  |
| packagist  | symfony/yaml         | 7.0.7   | 7.1.1   |
| packagist  | twig/twig            | 3.9.3   | 3.10.3  |
| packagist  | vimeo/psalm          | 5.23.1  | 5.25.0  |
  • Loading branch information
renovate[bot] committed Jul 28, 2024
1 parent efa87db commit 8553083
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 282 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.6
# syntax=docker/dockerfile:1.9

FROM composer:2.6.6 AS composer-base-image
FROM node:22.4.0 AS npm-base-image
FROM composer:2.7.7 AS composer-base-image
FROM node:22.5.1 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image

FROM npm-base-image AS npm-dependencies
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"php": "~8.3.3",
"ext-curl": "*",
"ext-gd": "*",
"guzzlehttp/guzzle": "^7.8.1",
"guzzlehttp/psr7": "^2.6.2",
"guzzlehttp/guzzle": "^7.9.2",
"guzzlehttp/psr7": "^2.7.0",
"jasny/twig-extensions": "^1.3",
"michelf/php-markdown": "^2.0",
"monolog/monolog": "^3.5.0",
"monolog/monolog": "^3.7.0",
"psr/log": "^3.0.0",
"symfony/yaml": "^7.0.3",
"symfony/yaml": "^7.1.1",
"thecodingmachine/safe": "^2.5.0",
"twig/twig": "^3.8.0",
"twig/twig": "^3.10.3",
"webmozart/assert": "^1.11"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"phpunit/phpunit": "^10.5.28",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.22.2"
"vimeo/psalm": "^5.25.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8553083

Please sign in to comment.