Files
dsp/composer.json
2026-01-29 14:31:48 +07:00

26 lines
504 B
JSON

{
"name": "niph/dsp",
"type": "project",
"description": "Data Sharing Platform (DSP) with JupyterHub integration",
"require": {
},
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"scripts": {
"test": "phpunit"
},
"autoload": {
"classmap": [
"classes/"
],
"files": [
"includes/jupyter_helpers.php",
"includes/auth.php"
]
},
"config": {
"sort-packages": true
}
}