https://github.com/Ramy-Badr-Ahmed/swh-client
Tip revision: 3233d06e85a9aa04fc362201f8154552d6b5b308 authored by Ramy-Badr-Ahmed on 24 July 2024, 16:59:37 UTC
Merge pull request #1 from physikerwelt/patch-1
Merge pull request #1 from physikerwelt/patch-1
Tip revision: 3233d06
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
}