mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-02-04 15:43:50 +00:00
17 lines
395 B
JSON
17 lines
395 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|