Skip to content

Commit d780b72

Browse files
committed
Clean up composer
1 parent 8f95611 commit d780b72

File tree

3 files changed

+2
-914
lines changed

3 files changed

+2
-914
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ bash: ## login into container
77
lint: ## Check code style
88
docker-compose exec php bin/ecs check --ansi --config ecs.php --fix
99
docker-compose exec php bin/rector --ansi
10-
docker-compose exec php bin/psalm
1110
docker-compose exec php bin/phpstan analyse --ansi --no-progress --configuration phpstan.neon --memory-limit=1G
1211

1312
test: ## Run tests

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
"phpstan/phpstan": "^1.10",
5555
"phpunit/phpunit": "^8.0 || ^9.0",
5656
"rector/rector": "^0.19.0",
57-
"symplify/easy-coding-standard": "*",
58-
"vimeo/psalm": "5.18.0"
57+
"symplify/easy-coding-standard": "*"
5958
},
6059
"config": {
6160
"sort-packages": true,

0 commit comments

Comments
 (0)