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.7.7  | 2.8.4  |
| packagist   | cuyz/valinor               | 1.12.0 | 1.14.1 |
| packagist   | doctrine/dbal              | 3.8.6  | 3.9.3  |
| packagist   | lcobucci/clock             | 3.2.0  | 3.3.1  |
| github-tags | containerbase/php-prebuild | 8.2.1  | 8.4.1  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent b68f856 commit 190671e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04 AS base-distro
FROM composer:2.7.7 AS vendor-dependencies
FROM composer:2.8.4 AS vendor-dependencies

COPY composer.json \
composer.lock \
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
}
},
"require": {
"php": "~8.2.1",
"php": "~8.4.1",
"ext-pdo_sqlite": "*",
"azjezz/psl": "^2.9.1",
"cuyz/valinor": "^1.12.0",
"doctrine/dbal": "^3.8.6",
"cuyz/valinor": "^1.14.1",
"doctrine/dbal": "^3.9.3",
"psr/clock": "^1.0.0",
"lcobucci/clock": "^3.2.0",
"lcobucci/clock": "^3.3.1",
"ramsey/uuid": "^4.7.6"
},
"require-dev": {
Expand Down

0 comments on commit 190671e

Please sign in to comment.