Skip to content

Commit 567b14f

Browse files
committed
fixes
1 parent 42b2378 commit 567b14f

12 files changed

Lines changed: 593 additions & 407 deletions

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.github/ export-ignore
22
/examples/ export-ignore
33
/tests/ export-ignore
4+
/.editorconfig export-ignore
45
/.gitattributes export-ignore
56
/.gitignore export-ignore
67
/.yamllint.yaml export-ignore

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"phpstan/extension-installer": "^1.1",
2424
"vimeo/psalm": "^4.25",
2525
"rector/rector": "^0.13.9",
26-
"phpbench/phpbench": "^1.2"
26+
"phpbench/phpbench": "^1.2",
27+
"squizlabs/php_codesniffer": "*"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)