Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Oct 9, 2021
1 parent 9863de8 commit 036c151
Show file tree
Hide file tree
Showing 10 changed files with 612 additions and 379 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PHP_VERSION=8.0.10
ARG PHP_VERSION=8.0.11


FROM php:${PHP_VERSION}-cli-alpine

LABEL project="nbgrp/auditor" \
version="0.1.1" \
version="0.2.0" \
maintainer="[email protected]"

ENV COMPOSER_HOME /composer
Expand Down
68 changes: 40 additions & 28 deletions tools/phan/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/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"symfony/polyfill-php80": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "dev-master",
"friendsofphp/php-cs-fixer": "^3.2",
"roave/security-advisories": "dev-latest"
},
"minimum-stability": "dev",
Expand Down
Loading

0 comments on commit 036c151

Please sign in to comment.