2017-10-22 14:14:46 +02:00
|
|
|
{
|
|
|
|
"require": {
|
2018-08-12 03:52:55 +02:00
|
|
|
"simplesamlphp/simplesamlphp": "~1",
|
|
|
|
"erusev/parsedown": "^1.7"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-pdo_sqlite": "*"
|
2023-01-19 11:26:56 +01:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"simplesamlphp/composer-module-installer": true
|
|
|
|
}
|
2017-10-22 14:14:46 +02:00
|
|
|
}
|
2018-08-12 03:52:55 +02:00
|
|
|
}
|