Skip to content

Commit dae0c4e

Browse files
Style fixes
1 parent 0457b0e commit dae0c4e

30 files changed

+1041
-1912
lines changed

composer.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"phpunit/phpunit": "^9.5",
2828
"phpstan/phpstan": "^1.0",
2929
"phpmd/phpmd": "^2.9",
30-
"vimeo/psalm": "^4.7",
31-
"squizlabs/php_codesniffer": "^3.6",
3230
"mockery/mockery": "^1.4",
33-
"scrutinizer/ocular": "^1.8"
31+
"scrutinizer/ocular": "^1.8",
32+
"sebastian/phpcpd": "^6.0",
33+
"laravel/pint": "^0.1.7"
3434
},
3535
"autoload": {
3636
"psr-4": {
@@ -41,5 +41,14 @@
4141
"psr-4": {
4242
"Tests\\": "tests/"
4343
}
44+
},
45+
"scripts": {
46+
"analyse": "vendor/bin/phpstan analyse",
47+
"test": "vendor/bin/phpunit",
48+
"test-coverage": "vendor/bin/phpunit --coverage",
49+
"style": "vendor/bin/pint"
50+
},
51+
"config": {
52+
"sort-packages": true
4453
}
4554
}

0 commit comments

Comments
 (0)