composer.json 302 B

12345678910111213
  1. {
  2. "name": "SecurityLib/Core",
  3. "description": "Common implementations",
  4. "keywords": ["security"],
  5. "license": "MIT",
  6. "require": {
  7. "php": ">=5.3"
  8. },
  9. "autoload": {
  10. "psr-0": { "SecurityLib\\SecurityLib": "" }
  11. },
  12. "target-dir": "SecurityLib\\SecurityLib"
  13. }