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

17 lines
408 B
JSON
Raw Normal View History

2017-10-22 14:14:46 +02:00
{
2024-02-15 22:57:03 +01:00
"name": "programvareverkstedet/nettsiden",
"description": "Programvareverkstedets nettside",
"config": {
"allow-plugins": {
"simplesamlphp/composer-module-installer": true
}
},
"require": {
"simplesamlphp/simplesamlphp": "~1.19.8",
"erusev/parsedown": "^1.7",
"simplesamlphp/saml2": "^4.6",
"gettext/gettext": "^4.8"
}
}