https://github.com/Ramy-Badr-Ahmed/swh-client
Tip revision: fb18ecd48c6d62947316845716fc578030ccf749 authored by Ramy-Badr-Ahmed on 22 July 2024, 17:31:27 UTC
Update swhConfigs.php
Update swhConfigs.php
Tip revision: fb18ecd
composer.json
{
"name": "swh/client",
"type": "project",
"description": "SWH connector and client that interacts with SWH data model. Part of the FAIRCORE4EOSC project for LZI-Dagstuhl",
"keywords": ["software-heritage", "archive", "metadata"],
"license": "MIT",
"require": {
"php": "^8.2",
"psy/psysh": "^0.12.0",
"illuminate/support": "^10.47",
"illuminate/validation": "^10.43",
"guzzlehttp/guzzle": "^7.8",
"php-ds/php-ds": "^1.5",
"illuminate/http": "^10.47",
"illuminate/log": "^10.47"
},
"autoload": {
"psr-4": {
"Module\\": "Module/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}