![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/webonyx/graphql-php/ |
.PHONY: it it: fix stan test docs ## Run the commonly used targets .PHONY: help help: ## Displays this list of targets with descriptions @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}' .PHONY: fix fix: rector php-cs-fixer ## Automatic code fixes .PHONY: rector rector: vendor ## Automatic code fixes with Rector composer rector .PHONY: php-cs-fixer php-cs-fixer: vendor ## Fix code style composer php-cs-fixer .PHONY: stan stan: ## Runs static analysis with phpstan composer stan .PHONY: test test: ## Runs tests with phpunit composer test .PHONY: bench bench: ## Runs benchmarks with phpbench composer bench .PHONY: docs docs: ## Generate the class-reference docs php generate-class-reference.php prettier --write docs/class-reference.md vendor: composer.json composer.lock composer install composer validate composer normalize composer.lock: composer.json composer update