| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "1ed57f7ea0ec83a7af33211c4ed92344",
- "content-hash": "b63765525e5fabcf664728d548ecf8a2",
- "packages": [
- {
- "name": "enshrined/svg-sanitize",
- "version": "0.8.2",
- "source": {
- "type": "git",
- "url": "https://github.com/darylldoyle/svg-sanitizer.git",
- "reference": "432fc4fc7e95b8a866790ba27e35076b9dd96ebe"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/432fc4fc7e95b8a866790ba27e35076b9dd96ebe",
- "reference": "432fc4fc7e95b8a866790ba27e35076b9dd96ebe",
- "shasum": ""
- },
- "require-dev": {
- "codeclimate/php-test-reporter": "^0.1.2",
- "phpunit/phpunit": "^4.7"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "enshrined\\svgSanitize\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-2.0+"
- ],
- "authors": [
- {
- "name": "Daryll Doyle",
- "email": "daryll@enshrined.co.uk"
- }
- ],
- "description": "An SVG sanitizer for PHP",
- "time": "2017-12-06 15:31:26"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|