We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f95611 commit d780b72Copy full SHA for d780b72
Makefile
@@ -7,7 +7,6 @@ bash: ## login into container
7
lint: ## Check code style
8
docker-compose exec php bin/ecs check --ansi --config ecs.php --fix
9
docker-compose exec php bin/rector --ansi
10
- docker-compose exec php bin/psalm
11
docker-compose exec php bin/phpstan analyse --ansi --no-progress --configuration phpstan.neon --memory-limit=1G
12
13
test: ## Run tests
composer.json
@@ -54,8 +54,7 @@
54
"phpstan/phpstan": "^1.10",
55
"phpunit/phpunit": "^8.0 || ^9.0",
56
"rector/rector": "^0.19.0",
57
- "symplify/easy-coding-standard": "*",
58
- "vimeo/psalm": "5.18.0"
+ "symplify/easy-coding-standard": "*"
59
},
60
"config": {
61
"sort-packages": true,
0 commit comments