Add composer.json

This commit is contained in:
2017-10-22 14:14:46 +02:00
parent c7d4c6c524
commit c8ac8f7297
3 changed files with 281 additions and 0 deletions

8
composer.json Normal file
View File

@@ -0,0 +1,8 @@
{
"require": {
"simplesamlphp/simplesamlphp": "~1"
},
"require-dev": {
"ext-pdo_sqlite": "*"
}
}