Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 15baeb5

Browse files
authored
Merge branch 'main' into renovate/major-github-actions
2 parents 53ee477 + 0830110 commit 15baeb5

3 files changed

Lines changed: 156 additions & 115 deletions

File tree

Dockerfile.php-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.1.7-experimental
22
FROM lendableuk/php-fpm-alpine:8.1.16-alpine3.17 as base
33

4-
COPY --from=composer/composer:2.8.9-bin /composer /usr/bin/composer
4+
COPY --from=composer/composer:2.9.7-bin /composer /usr/bin/composer
55

66
RUN apk add --no-cache git openssh \
77
&& mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
},
3737
"require-dev": {
3838
"guzzlehttp/guzzle": "^6.5.8|^7.4.5",
39-
"php-cs-fixer/shim": "^3.61.1",
39+
"php-cs-fixer/shim": "^3.95.1",
4040
"php-parallel-lint/php-parallel-lint": "^1.4.0",
41-
"phpstan/phpstan": "^1.11.9",
42-
"phpstan/phpstan-beberlei-assert": "^1.1.2",
43-
"phpstan/phpstan-deprecation-rules": "^1.2.0",
44-
"phpstan/phpstan-phpunit": "^1.4.0",
45-
"phpstan/phpstan-strict-rules": "^1.6.0",
41+
"phpstan/phpstan": "^2.1.50",
42+
"phpstan/phpstan-beberlei-assert": "^2.0.2",
43+
"phpstan/phpstan-deprecation-rules": "^2.0.4",
44+
"phpstan/phpstan-phpunit": "^2.0.16",
45+
"phpstan/phpstan-strict-rules": "^2.0.10",
4646
"phpunit/phpunit": "^10.5.29",
47-
"rector/rector": "^1.2.2"
47+
"rector/rector": "^2.4.2"
4848
},
4949

5050
"scripts": {

0 commit comments

Comments
 (0)