PHP Classes

File: vendor/tijsverkoyen/css-to-inline-styles/composer.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/tijsverkoyen/css-to-inline-styles/composer.json   Download  
File: vendor/tijsverkoyen/css-to-inline-styles/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 5 years ago
Size: 805 bytes
 

Contents

Class file image Download
{ "name": "tijsverkoyen/css-to-inline-styles", "type": "library", "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "license": "BSD-3-Clause", "authors": [ { "name": "Tijs Verkoyen", "email": "css_to_inline_styles@verkoyen.eu", "role": "Developer" } ], "require": { "php": "^5.5 || ^7", "symfony/css-selector": "^2.7|~3.0" }, "require-dev": { "phpunit/phpunit": "~4.8|5.1.*" }, "autoload": { "psr-4": { "TijsVerkoyen\\CssToInlineStyles\\": "src" } }, "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } } }