Initial commit

This commit is contained in:
2024-08-13 03:11:06 +03:00
parent c095988fb6
commit b66a45202b
23 changed files with 1798 additions and 1 deletions

16
composer.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "ivuorinen/business-data-fetcher",
"description": "Library to fetch finnish business data",
"type": "library",
"license": "MIT",
"require": {
"php": "^8",
"guzzlehttp/guzzle": "7.4.5",
"spatie/data-transfer-object": "^3.9"
},
"autoload": {
"psr-4": {
"Ivuorinen\\BusinessDataFetcher\\": "src/"
}
}
}