DSP Project first push, date: 29/01/2026
This commit is contained in:
25
composer.json
Normal file
25
composer.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user