This repository was archived by the owner on Jun 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.1.7-experimental
22FROM 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
66RUN apk add --no-cache git openssh \
77 && mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments