Files
drmaterac.pl/modules/pshowsso/vendor/ircmaxell/security-lib/lib/SecurityLib/composer.json
2025-10-20 14:10:54 +02:00

17 lines
366 B
JSON

{
"name": "SecurityLib\/Core",
"description": "Common implementations",
"keywords": [
"security"
],
"license": "MIT",
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": {
"SecurityLib\\SecurityLib\\": "\/SecurityLib\/SecurityLib\/"
}
},
"target-dir": "SecurityLib\\SecurityLib"
}