PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jelle Sebreghts   PHP CSS Optimize   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSS Optimize
Optimize CSS files removing redundant data
Author: By
Last change: Update composer.json
Update composer.json
Fix indentation in composer.json
Date: 4 years ago
Size: 567 bytes
 

Contents

Class file image Download
{ "name": "jelle-s/cssoptimizer", "description": "Optimizes & minifies css files or strings.", "type": "library", "require": { "sabberworm/php-css-parser": "^8.1", "nicmart/tree": "^0.2.7", "jelle-s/arraykeycombiner": "^1.0" }, "license": "GPL-3.0+", "authors": [ { "name": "Jelle Sebreghts", "email": "sebreghts.jelle@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "Jelle_S\\CssOptimizer\\": "src/" } } }