Files
Chamilo/vendor/ircmaxell/security-lib/lib/SecurityLib/composer.json
2025-08-14 22:41:49 +02:00

14 lines
302 B
JSON

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