审查视图

simplewind/vendor/phenx/php-svg-lib/composer.json 440 字节
董瑞恩 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "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énager",
      "email": "fabien.menager@gmail.com"
    }
  ],
  "autoload": {
    "psr-0": {
      "Svg\\": "src/"
    }
  },
  "require": {
    "sabberworm/php-css-parser": "6.0.*"
  }
}