Skip to content

Commit

Permalink
Merge pull request #105 from tarlepp/composer-production-install
Browse files Browse the repository at this point in the history
composer-production-install
  • Loading branch information
tarlepp committed Jul 7, 2019
2 parents 2e9782e + 66bfdae commit d9d1473
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -10,7 +10,7 @@ indent_style = space
indent_size = 4
insert_final_newline = true

[composer.json]
[{composer.json,Makefile}]
indent_style = tab

[{.codeclimate.yml,.travis.yml}]
Expand Down
208 changes: 104 additions & 104 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -183,7 +183,7 @@ phpinsights: ## Runs PHP Insights
psalm: ## Runs Psalm static analysis tool
@echo "\033[32mRunning Psalm - A static analysis tool for PHP\033[39m"
@php ./vendor/bin/psalm --version
@php ./vendor/bin/psalm --no-cache --shepherd --stats --report=./build/psalm.json
@php ./vendor/bin/psalm --no-cache --shepherd --report=./build/psalm.json
###< psalm ###

###> phpstan ###
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -100,12 +100,12 @@
"cache:warmup": "symfony-cmd"
},
"post-install-cmd": [
"@composer bin all install --ansi",
"if test -d vendor/bamarni/composer-bin-plugin; then composer bin all install; fi",
"@auto-scripts",
"@composer dump-autoload"
],
"post-update-cmd": [
"@composer bin all update --ansi",
"if test -d vendor/bamarni/composer-bin-plugin; then composer bin all update; fi",
"@auto-scripts",
"@composer dump-autoload"
]
Expand Down

0 comments on commit d9d1473

Please sign in to comment.