Skip to content

Commit c39f3c1

Browse files
renovate[bot]AlexSkrypnyk
authored andcommitted
Update all dependencies
1 parent e27cb24 commit c39f3c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.docker/cli.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hadolint global ignore=DL3018
2-
FROM uselagoon/php-8.3-cli-drupal:25.4.0
2+
FROM uselagoon/php-8.3-cli-drupal:25.5.0
33

44
RUN apk add --no-cache $PHPIZE_DEPS && \
55
pecl install pcov && \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"drupal/drupal-extension": "^5"
2525
},
2626
"require-dev": {
27-
"alexskrypnyk/phpunit-helpers": "^0.5.1",
27+
"alexskrypnyk/phpunit-helpers": "^0.8.0",
2828
"cweagans/composer-patches": "^1.7",
2929
"dantleech/gherkin-lint": "^0.2.3",
3030
"dealerdirect/phpcodesniffer-composer-installer": "^1",

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ services:
4343
- container:amazeeio-ssh-agent ### Local overrides to mount host SSH keys. Automatically removed in CI.
4444

4545
php:
46-
image: uselagoon/php-8.3-fpm:25.4.0
46+
image: uselagoon/php-8.3-fpm:25.5.0
4747
<<: [*default-volumes, *default-user]
4848
environment:
4949
<<: *default-environment
5050
depends_on:
5151
- cli
5252

5353
nginx:
54-
image: uselagoon/nginx-drupal:25.4.0
54+
image: uselagoon/nginx-drupal:25.5.0
5555
<<: [*default-volumes, *default-user]
5656
environment:
5757
<<: *default-environment
@@ -62,7 +62,7 @@ services:
6262
- default
6363

6464
mariadb:
65-
image: uselagoon/mariadb-10.6-drupal:25.4.0
65+
image: uselagoon/mariadb-10.6-drupal:25.5.0
6666
environment:
6767
<<: *default-environment
6868
ports:

0 commit comments

Comments
 (0)