Skip to content

Commit

Permalink
Merge pull request #112 from mmarynich/feature/path-not-found
Browse files Browse the repository at this point in the history
 Fix error due to path not found + some other minor fixes
  • Loading branch information
bruli authored Sep 18, 2018
2 parents ef4c6ec + da681ef commit bd18b10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4,100 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bin/
php-git-hooks.yml
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
composer.lock
#Entry generated by php-git-hooks tool.
.guard_coverage
var/cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"php": "^7.1",
"friendsofphp/php-cs-fixer": "^2.1",
"phpunit/phpunit": "~7.0",
"squizlabs/php_codesniffer": "~2.8",
"squizlabs/php_codesniffer": "~3.0",
"phpmd/phpmd": "~2.6",
"symfony/dependency-injection": "~4.0",
"symfony/config": "~4.0",
Expand Down
Loading

0 comments on commit bd18b10

Please sign in to comment.