Skip to content

Commit

Permalink
Merge pull request #294 from sensiolabs-de/xdebug-handler
Browse files Browse the repository at this point in the history
adds composer/xdebug-handler
  • Loading branch information
Simon Mönch committed Apr 10, 2020
2 parents ab210cd + cff775f commit 7966bc6
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:2.15.4
uses: docker://oskarstark/php-cs-fixer-ga:2.16.1.2
with:
args: --diff --diff-format=udiff --using-cache=no --verbose --dry-run

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest --optimize-autoloader

- name: PHPStan
uses: docker://oskarstark/phpstan-ga:0.12.8
uses: docker://oskarstark/phpstan-ga:0.12.18.1
with:
args: analyse

Expand Down
3 changes: 2 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

$finder = PhpCsFixer\Finder::create()
->in([__DIR__.'/src', __DIR__.'/tests'])
->exclude('Fixtures');
->exclude('Fixtures')
->append([__DIR__.'/deptrac.php']);

return PhpCsFixer\Config::create()
->setRiskyAllowed(true)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"require": {
"php": "^7.2.5",
"ext-json": "*",
"composer/xdebug-handler": "^1.4",
"graphp/graphviz": "0.2.*",
"nikic/php-parser": "^4.3",
"phpdocumentor/graphviz": "^1.0",
Expand Down
183 changes: 137 additions & 46 deletions composer.lock

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

Loading

0 comments on commit 7966bc6

Please sign in to comment.