From 9312a395f7ffef3f08926ad824658c900bcfbe3a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 13 Aug 2024 03:25:24 +0300 Subject: [PATCH] fix: composer validation --- .editorconfig | 3 +++ README.md | 5 +++++ composer.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b132a53..79840ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/README.md b/README.md index 3e38027..9cf4f09 100644 --- a/README.md +++ b/README.md @@ -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) + diff --git a/composer.json b/composer.json index d6a8fac..3484377 100644 --- a/composer.json +++ b/composer.json @@ -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": {