{
    "name": "phenx\/php-svg-lib",
    "type": "library",
    "description": "A library to read, parse and export to PDF SVG files.",
    "homepage": "https:\/\/github.com\/PhenX\/php-svg-lib",
    "license": "LGPL-3.0",
    "authors": [
        {
            "name": "Fabien M\u00e9nager",
            "email": "fabien.menager@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "DynamicOOOS\\Svg\\": "src\/Svg"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "DynamicOOOS\\Svg\\Tests\\": "tests\/Svg"
        }
    },
    "require": {
        "php": "^7.4 || ^8.0",
        "sabberworm\/php-css-parser": "^8.3"
    },
    "require-dev": {
        "phpunit\/phpunit": "^9.5"
    }
}