Skip to content

Commit 8951a29

Browse files
committed
fix
1 parent 567b14f commit 8951a29

File tree

3 files changed

+384
-547
lines changed

3 files changed

+384
-547
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/.github/ export-ignore
22
/examples/ export-ignore
33
/tests/ export-ignore
4-
/.editorconfig export-ignore
54
/.gitattributes export-ignore
65
/.gitignore export-ignore
76
/.yamllint.yaml export-ignore

composer.json

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

0 commit comments

Comments
 (0)