install: @docker run -it -w /data -v ${PWD}:/data:delegated -v ~/.composer:/root/.composer:delegated --entrypoint composer --rm registry.gitlab.com/grahamcampbell/php:8.2-base update @docker run -it -w /data -v ${PWD}:/data:delegated -v ~/.composer:/root/.composer:delegated --entrypoint composer --rm registry.gitlab.com/grahamcampbell/php:8.2-base bin all update phpunit: @docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpunit --rm registry.gitlab.com/grahamcampbell/php:8.2-cli phpstan-analyze-src: @docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpstan --rm registry.gitlab.com/grahamcampbell/php:8.2-cli analyze src -c phpstan.src.neon.dist phpstan-analyze-tests: @docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/phpstan --rm registry.gitlab.com/grahamcampbell/php:8.2-cli analyze tests -c phpstan.tests.neon.dist psalm-analyze: @docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:8.2-cli psalm-baseline: @docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --set-baseline=psalm-baseline.xml psalm-show-info: @docker run -it -w /data -v ${PWD}:/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:8.2-cli --show-info=true test: phpunit phpstan-analyze-src phpstan-analyze-tests psalm-analyze clean: @rm -rf .phpunit.result.cache composer.lock vendor vendor-bin/*/composer.lock vendor-bin/*/vendor
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
vendor-bin | Folder | 0755 |
|
|
.editorconfig | File | 235 B | 0644 |
|
.gitattributes | File | 452 B | 0644 |
|
.gitignore | File | 93 B | 0644 |
|
LICENSE | File | 1.55 KB | 0644 |
|
Makefile | File | 1.59 KB | 0644 |
|
README.md | File | 11.66 KB | 0644 |
|
UPGRADING.md | File | 13.4 KB | 0644 |
|
composer.json | File | 1.68 KB | 0644 |
|
phpstan.src.neon.dist | File | 774 B | 0644 |
|
phpstan.tests.neon.dist | File | 397 B | 0644 |
|
phpunit.xml.dist | File | 1004 B | 0644 |
|
psalm-baseline.xml | File | 714 B | 0644 |
|
psalm.xml | File | 411 B | 0644 |
|