Skip to content

Commit

Permalink
chore: minor static files update
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 31, 2023
1 parent 556e552 commit 68413a3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

Expand Down
24 changes: 17 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
/.github export-ignore
/spec export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.envrc export-ignore
infection.json.dist export-ignore
grumphp.yml.dist export-ignore
phpspec.yml.dist export-ignore
/tests export-ignore
/.auto-changelog export-ignore
/.editorconfig export-ignore
/.envrc export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.prettierignore export-ignore
/.prettierrc export-ignore
/CHANGELOG.md export-ignore
/LICENSE export-ignore
/README.md export-ignore
/grumphp.yml export-ignore
/infection.json export-ignore
/phpspec.yml export-ignore
/phpstan.neon export-ignore
/psalm.xml export-ignore
/renovate.json export-ignore
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/example/
/.idea/
/test.php

/.php_cs.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ext-pcov": "*",
"drupol/php-conventions": "^5",
"friends-of-phpspec/phpspec-code-coverage": "^6",
"infection/infection": "^0.26",
"infection/infection": "^0.27",
"infection/phpspec-adapter": "^0.2.0",
"phpspec/phpspec": "^7",
"phpstan/phpstan-strict-rules": "^1.0.0"
Expand Down

0 comments on commit 68413a3

Please sign in to comment.