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.5.8  | 2.6.5  |
| packagist  | guzzlehttp/guzzle | 7.7.0  | 7.8.0  |
| packagist  | guzzlehttp/psr7   | 2.5.0  | 2.6.1  |
| docker     | node              | 20.5.0 | 20.9.0 |
| packagist  | phpunit/phpunit   | 10.2.6 | 10.4.1 |
| packagist  | symfony/yaml      | 6.3.0  | 6.3.3  |
| packagist  | twig/twig         | 3.7.0  | 3.7.1  |
| packagist  | vimeo/psalm       | 5.13.1 | 5.15.0 |
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent c2ff2d5 commit 27d01ab
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 189 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4

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
12 changes: 6 additions & 6 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",
"psr/log": "^3.0.0",
"symfony/yaml": "^6.3.0",
"symfony/yaml": "^6.3.3",
"thecodingmachine/safe": "^2.5.0",
"twig/twig": "^3.7.0",
"twig/twig": "^3.7.1",
"webmozart/assert": "^1.11"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.2.6",
"phpunit/phpunit": "^10.4.1",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.15.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 27d01ab

Please sign in to comment.