Skip to content

Commit

Permalink
Added Psalm as a development dependency, used to make some changes to…
Browse files Browse the repository at this point in the history
… the code
  • Loading branch information
chartjes committed Dec 27, 2019
1 parent ffbbd02 commit dbf20c8
Show file tree
Hide file tree
Showing 16 changed files with 603 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ integration: test-env vendor database cache
stan: vendor
vendor/bin/phpstan analyse

static: vendor
vendor/bin/psalm

test: auto-review doctrine integration unit

test-env:
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"symfony/debug-bundle": "^3.4.15",
"symfony/phpunit-bridge": "^3.4.15",
"symfony/web-profiler-bundle": "^3.4.15",
"symfony/web-server-bundle": "^3.4.15"
"symfony/web-server-bundle": "^3.4.15",
"vimeo/psalm": "^3.7"
},
"config": {
"optimize-autoloader": true
Expand All @@ -95,6 +96,7 @@
"fix": "php vendor/bin/php-cs-fixer fix --config=.php_cs.dist --using-cache=no",
"make": "make",
"migrate": "./script/migrate",
"psalm": "./script/psalm",
"setup-env": "./script/setup",
"test": "./script/test",
"update-env": "./script/update"
Expand Down
Loading

0 comments on commit dbf20c8

Please sign in to comment.