composer.lock 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "1ed57f7ea0ec83a7af33211c4ed92344",
  8. "content-hash": "b63765525e5fabcf664728d548ecf8a2",
  9. "packages": [
  10. {
  11. "name": "enshrined/svg-sanitize",
  12. "version": "0.8.2",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/darylldoyle/svg-sanitizer.git",
  16. "reference": "432fc4fc7e95b8a866790ba27e35076b9dd96ebe"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/432fc4fc7e95b8a866790ba27e35076b9dd96ebe",
  21. "reference": "432fc4fc7e95b8a866790ba27e35076b9dd96ebe",
  22. "shasum": ""
  23. },
  24. "require-dev": {
  25. "codeclimate/php-test-reporter": "^0.1.2",
  26. "phpunit/phpunit": "^4.7"
  27. },
  28. "type": "library",
  29. "autoload": {
  30. "psr-4": {
  31. "enshrined\\svgSanitize\\": "src"
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "GPL-2.0+"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Daryll Doyle",
  41. "email": "daryll@enshrined.co.uk"
  42. }
  43. ],
  44. "description": "An SVG sanitizer for PHP",
  45. "time": "2017-12-06 15:31:26"
  46. }
  47. ],
  48. "packages-dev": [],
  49. "aliases": [],
  50. "minimum-stability": "stable",
  51. "stability-flags": [],
  52. "prefer-stable": false,
  53. "prefer-lowest": false,
  54. "platform": [],
  55. "platform-dev": []
  56. }