PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Daniel Takahashi   PHP CSS manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSS manager
Parse and regenerate CSS stylesheets from arrays
Author: By
Last change:
Date: 8 years ago
Size: 312 bytes
 

Contents

Class file image Download
{ "name": "danielarbex/css-manager", "description": "Manage Css with PHP", "license": "mit", "minimum-stability": "stable", "require-dev": { "phpunit/phpunit": "4.7" }, "autoload": { "psr-4": { "danielarbex\\" : "src/CssManager" } }, "scripts": { "test": "phpunit" } }