We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef4c6ec + da681ef commit bd18b10Copy full SHA for bd18b10
.gitignore
@@ -4,7 +4,7 @@ bin/
4
php-git-hooks.yml
5
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
6
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
7
-# composer.lock
+composer.lock
8
#Entry generated by php-git-hooks tool.
9
.guard_coverage
10
var/cache
composer.json
@@ -24,7 +24,7 @@
24
"php": "^7.1",
25
"friendsofphp/php-cs-fixer": "^2.1",
26
"phpunit/phpunit": "~7.0",
27
- "squizlabs/php_codesniffer": "~2.8",
+ "squizlabs/php_codesniffer": "~3.0",
28
"phpmd/phpmd": "~2.6",
29
"symfony/dependency-injection": "~4.0",
30
"symfony/config": "~4.0",
0 commit comments