Revision 453153760e2761537d3df9a6930be7cb0883071a authored by Moritz Schubotz on 24 July 2024, 16:51:29 UTC, committed by GitHub on 24 July 2024, 16:51:29 UTC
1 parent 8d1239c
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
}

Computing file changes ...