PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Edgar Asatryan   PHP SVG Magick Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SVG Magick Library
Compose vectorial graphics in SVG format
Author: By
Last change: Fix license name.
Conformance to SVG spec regarding path commands. (#3)
Date: 5 years ago
Size: 505 bytes
 

Contents

Class file image Download
{ "name": "nstdio/svg", "description": "PHP SVG library.", "minimum-stability": "dev", "license": "Apache-2.0", "authors": [ { "name": "Edgar Asatryan", "email": "nstdio@gmail.com" } ], "require": { "php": ">=5.4.0", "ext-dom": "*", "doctrine/instantiator": "1.0.4", "knplabs/gaufrette": "0.3.1", "ralouphie/mimey": "1.0.2" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "autoload": { "psr-4": { "nstdio\\": "src/" } } }