Skip to content

Commit bfd341f

Browse files
committed
Use drupol/php-conventions package in require-dev and remove other obsolete packages.
1 parent 373f877 commit bfd341f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"phpunit/php-code-coverage": "^5.0 || ^6.0 || ^7.0"
4444
},
4545
"require-dev": {
46-
"squizlabs/php_codesniffer": "^3.2",
46+
"drupol/php-conventions": "^1",
4747
"scrutinizer/ocular": "^1"
4848
},
4949
"suggest": {
@@ -62,6 +62,7 @@
6262
},
6363
"minimum-stability": "stable",
6464
"scripts": {
65+
"grumphp": "./vendor/bin/grumphp run",
6566
"scrutinizer": "./vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage.xml"
6667
},
6768
"support": {

0 commit comments

Comments
 (0)