-
- Downloads
WIP
composer.json
0 → 100644
{ | |||
"name": "srcehr/simplesamlphp-module-accounting", | |||
"description": "The SimpleSAMLphp accounting module", | |||
"type": "simplesamlphp-module", | |||
"license": "LGPL-2.1-or-later", | |||
"authors": [ | |||
{ | |||
"name": "Marko Ivančić", | |||
"email": "marko.ivancic@srce.hr" | |||
} | |||
], | |||
"config": { | |||
"allow-plugins": { | |||
"simplesamlphp/composer-module-installer": true | |||
} | |||
}, | |||
"require": { | |||
"php": "^7.4 || ^8.0", | |||
"ext-pdo": "*", | |||
"ext-pdo_mysql": "*", | |||
"ext-pdo_sqlite": "*", | |||
"simplesamlphp/composer-module-installer": "^1" | |||
}, | |||
"require-dev": { | |||
"vimeo/psalm": "^4", | |||
"phpunit/phpunit": "^9", | |||
"squizlabs/php_codesniffer": "^3", | |||
"simplesamlphp/simplesamlphp": "^2@beta", | |||
"simplesamlphp/simplesamlphp-test-framework": "^1" | |||
} | |||
} |
composer.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment