Skip to content

Commit

Permalink
updates + phpmnd 2.5 + ncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Feb 1, 2022
1 parent c21a3db commit ab56bf9
Show file tree
Hide file tree
Showing 9 changed files with 465 additions and 577 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG PHP_VERSION=8.0.15
FROM php:${PHP_VERSION}-cli-alpine

LABEL project="nbgrp/auditor" \
version="0.3.4" \
version="0.4.0" \
maintainer="amenshchikov@gmail.com"

ENV COMPOSER_HOME /composer
Expand All @@ -17,6 +17,9 @@ COPY tools /tools

RUN set -ex; \
apk update; \
\
apk add ncurses-libs; \
\
install-php-extensions \
amqp \
apcu \
Expand Down
280 changes: 66 additions & 214 deletions tools/phan/composer.lock

Large diffs are not rendered by default.

126 changes: 64 additions & 62 deletions tools/php-cs-fixer/composer.lock

Large diffs are not rendered by default.

30 changes: 16 additions & 14 deletions tools/phpcs/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 34 additions & 32 deletions tools/phpmd/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/phpmnd/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"symfony/polyfill-php80": "*"
},
"require-dev": {
"povils/phpmnd": "^2.4",
"povils/phpmnd": "^2.5",
"roave/security-advisories": "dev-latest"
}
}
Loading

0 comments on commit ab56bf9

Please sign in to comment.