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.9   |
| docker      | docker/dockerfile          | 1.6     | 1.10    |
| packagist   | guzzlehttp/guzzle          | 7.8.1   | 7.9.2   |
| packagist   | guzzlehttp/psr7            | 2.6.2   | 2.7.0   |
| packagist   | jasny/twig-extensions      | 1.3.0   | 1.3.1   |
| npm         | marked                     | 13.0.1  | 13.0.3  |
| packagist   | monolog/monolog            | 3.6.0   | 3.7.0   |
| docker      | node                       | 22.4.0  | 22.8.0  |
| github-tags | containerbase/php-prebuild | 8.3.3   | 8.3.11  |
| packagist   | phpunit/phpunit            | 10.5.20 | 10.5.33 |
| packagist   | psalm/plugin-phpunit       | 0.18.4  | 0.19.0  |
| packagist   | psr/log                    | 3.0.0   | 3.0.1   |
| packagist   | symfony/yaml               | 7.0.7   | 7.1.4   |
| packagist   | vimeo/psalm                | 5.23.1  | 5.26.1  |
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent efa87db commit be32ad5
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 329 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.10

FROM composer:2.6.6 AS composer-base-image
FROM node:22.4.0 AS npm-base-image
FROM composer:2.7.9 AS composer-base-image
FROM node:22.8.0 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image

FROM npm-base-image AS npm-dependencies
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
}
],
"require": {
"php": "~8.3.3",
"php": "~8.3.11",
"ext-curl": "*",
"ext-gd": "*",
"guzzlehttp/guzzle": "^7.8.1",
"guzzlehttp/psr7": "^2.6.2",
"jasny/twig-extensions": "^1.3",
"guzzlehttp/guzzle": "^7.9.2",
"guzzlehttp/psr7": "^2.7.0",
"jasny/twig-extensions": "^1.3.1",
"michelf/php-markdown": "^2.0",
"monolog/monolog": "^3.5.0",
"psr/log": "^3.0.0",
"symfony/yaml": "^7.0.3",
"monolog/monolog": "^3.7.0",
"psr/log": "^3.0.1",
"symfony/yaml": "^7.1.4",
"thecodingmachine/safe": "^2.5.0",
"twig/twig": "^3.8.0",
"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.33",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.22.2"
"vimeo/psalm": "^5.26.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit be32ad5

Please sign in to comment.