Skip to content

Commit

Permalink
fix: composer validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivuorinen committed Aug 13, 2024
1 parent dca19a6 commit 9312a39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ max_line_length = 160
tab_width = 2
trim_trailing_whitespace = true

[composer.json]
indent_size = 4

[*.php]
indent_size = 4
max_line_length = 110
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ this link: https://avoindata.prh.fi/ytj_en.html

The data provided by the API is subject to change without warning and the author(s)
of this library are providing this without compensation and cannot be held responsible.

## License

[MIT licensed](LICENSE.md)

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^8",
"guzzlehttp/guzzle": "7.4.5",
"guzzlehttp/guzzle": "^7.4.5",
"spatie/data-transfer-object": "^3.9"
},
"autoload": {
Expand Down

0 comments on commit 9312a39

Please sign in to comment.