Skip to content

Commit

Permalink
upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Aug 19, 2019
1 parent 0408024 commit 9483eae
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 208 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- checkout
- run: composer global require bamarni/composer-bin-plugin
- run: composer bin phpstan require phpstan/phpstan "^0.11.5"
- run: composer bin phpstan require phpstan/phpstan "^0.11.15"
- run: composer bin phpcs require squizlabs/php_codesniffer "^3.4"
- run: composer install -n --prefer-dist

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- image: circleci/php:7.2
steps:
- checkout
- run: composer global require humbug/box "^3.7"
- run: composer global require humbug/box "^3.8"
- run: composer install -n --prefer-dist --no-dev
- run: ~/.composer/vendor/bin/box compile -c box.json

Expand Down
Loading

0 comments on commit 9483eae

Please sign in to comment.