Skip to content

Commit 7d35268

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | packagist | azjezz/psl | 3.2.0 | 3.3.0 | | docker | composer | 2.8.5 | 2.8.10 | | docker | docker/dockerfile | 1.6 | 1.17 | | packagist | guzzlehttp/guzzle | 7.9.2 | 7.9.3 | | packagist | guzzlehttp/psr7 | 2.7.0 | 2.7.1 | | npm | marked | 15.0.7 | 15.0.12 | | packagist | monolog/monolog | 3.8.1 | 3.9.0 | | docker | node | 23.4.0 | 23.11.1 | | github-tags | containerbase/php-prebuild | 8.3.3 | 8.4.11 | | packagist | phpunit/phpunit | 12.0.10 | 12.3.0 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.5 | | packagist | symfony/yaml | 7.2.3 | 7.3.2 | | packagist | twig/twig | 3.19.0 | 3.21.1 | | packagist | vimeo/psalm | 6.5.1 | 6.13.0 |
1 parent 0621005 commit 7d35268

5 files changed

Lines changed: 303 additions & 330 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.17
22

3-
FROM composer:2.8.5 AS composer-base-image
4-
FROM node:23.4.0 AS npm-base-image
3+
FROM composer:2.8.10 AS composer-base-image
4+
FROM node:23.11.1 AS npm-base-image
55
FROM ubuntu:22.04 AS ubuntu-base-image
66

77
FROM npm-base-image AS npm-dependencies

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.3.3",
13+
"php": "~8.4.11",
1414
"ext-curl": "*",
1515
"ext-gd": "*",
16-
"azjezz/psl": "^3.2.0",
17-
"guzzlehttp/guzzle": "^7.9.2",
18-
"guzzlehttp/psr7": "^2.7.0",
16+
"azjezz/psl": "^3.3.0",
17+
"guzzlehttp/guzzle": "^7.9.3",
18+
"guzzlehttp/psr7": "^2.7.1",
1919
"jasny/twig-extensions": "^1.3.1",
2020
"michelf/php-markdown": "^2.0",
21-
"monolog/monolog": "^3.8.1",
21+
"monolog/monolog": "^3.9.0",
2222
"psr/log": "^3.0.2",
23-
"symfony/yaml": "^7.2.0",
24-
"twig/twig": "^3.18.0"
23+
"symfony/yaml": "^7.3.2",
24+
"twig/twig": "^3.21.1"
2525
},
2626
"require-dev": {
2727
"doctrine/coding-standard": "^12.0.0",
28-
"phpunit/phpunit": "^12.0.10",
29-
"psalm/plugin-phpunit": "^0.19.2",
28+
"phpunit/phpunit": "^12.3.0",
29+
"psalm/plugin-phpunit": "^0.19.5",
3030
"roave/security-advisories": "dev-latest",
31-
"vimeo/psalm": "^6.3.0"
31+
"vimeo/psalm": "^6.13.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)