Skip to content

Commit bd18b10

Browse files
authored
Merge pull request #112 from mmarynich/feature/path-not-found
Fix error due to path not found + some other minor fixes
2 parents ef4c6ec + da681ef commit bd18b10

File tree

4 files changed

+9
-4100
lines changed

4 files changed

+9
-4100
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bin/
44
php-git-hooks.yml
55
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
66
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
7-
# composer.lock
7+
composer.lock
88
#Entry generated by php-git-hooks tool.
99
.guard_coverage
1010
var/cache

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "^7.1",
2525
"friendsofphp/php-cs-fixer": "^2.1",
2626
"phpunit/phpunit": "~7.0",
27-
"squizlabs/php_codesniffer": "~2.8",
27+
"squizlabs/php_codesniffer": "~3.0",
2828
"phpmd/phpmd": "~2.6",
2929
"symfony/dependency-injection": "~4.0",
3030
"symfony/config": "~4.0",

0 commit comments

Comments
 (0)