installed.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [
  2. {
  3. "name": "enshrined/svg-sanitize",
  4. "version": "0.8.2",
  5. "version_normalized": "0.8.2.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/darylldoyle/svg-sanitizer.git",
  9. "reference": "432fc4fc7e95b8a866790ba27e35076b9dd96ebe"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/432fc4fc7e95b8a866790ba27e35076b9dd96ebe",
  14. "reference": "432fc4fc7e95b8a866790ba27e35076b9dd96ebe",
  15. "shasum": ""
  16. },
  17. "require-dev": {
  18. "codeclimate/php-test-reporter": "^0.1.2",
  19. "phpunit/phpunit": "^4.7"
  20. },
  21. "time": "2017-12-06 15:31:26",
  22. "type": "library",
  23. "installation-source": "dist",
  24. "autoload": {
  25. "psr-4": {
  26. "enshrined\\svgSanitize\\": "src"
  27. }
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "GPL-2.0+"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Daryll Doyle",
  36. "email": "daryll@enshrined.co.uk"
  37. }
  38. ],
  39. "description": "An SVG sanitizer for PHP"
  40. }
  41. ]