PHP Classes

File: application/third_party/dompdf/lib/php-css-parser/composer.json

Recommend this page to a friend!
  Classes of Muhammad Yahya   PPDB Prediksi   application/third_party/dompdf/lib/php-css-parser/composer.json   Download  
File: application/third_party/dompdf/lib/php-css-parser/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PPDB Prediksi
Application to manage schools in Indonesia
Author: By
Last change:
Date: 2 years ago
Size: 514 bytes
 

Contents

Class file image Download
{ "name": "sabberworm/php-css-parser", "type": "library", "description": "Parser for CSS Files written in PHP", "keywords": ["parser", "css", "stylesheet"], "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", "license": "MIT", "authors": [ {"name": "Raphael Schweikert"} ], "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "*" }, "autoload": { "psr-0": { "Sabberworm\\CSS": "lib/" } } }