mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-03-06 18:56:53 +00:00
Initial commit
This commit is contained in:
16
composer.json
Normal file
16
composer.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user