Skip to content

Commit

Permalink
Update release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Mar 4, 2019
1 parent bf8da31 commit f4bb891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ composer-install:
composer-update:
docker run --rm --interactive --tty --volume $(PWD):/app --user $(id -u):$(id -g) composer update --ignore-platform-reqs

release:
make test && make phpstan && make cs && ./vendor/bin/releaser release
release: test phpstan cs
./vendor/bin/releaser release

0 comments on commit f4bb891

Please sign in to comment.