Projects
/
nettsiden-old
Archived
8
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
nettsiden-old/composer.json

15 lines
228 B
JSON
Raw Normal View History

2017-10-22 14:14:46 +02:00
{
"require": {
"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
}
}