PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Angel Campos   PHP Hex Color Value Enum   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Hex Color Value Enum
Retrieve color values used in CSS stylesheets
Author: By
Last change:
Date: 8 months ago
Size: 956 bytes
 

Contents

Class file image Download
{ "name": "acamposm/hex-colors", "description": "Hex color enumerations based on CSS colors & Tailwindcss colors", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Acamposm\\HexColors\\": "src/" } }, "authors": [ { "name": "Angel Campos Munoz", "email": "angel.campos.m@outlook.com", "role": "developer" } ], "minimum-stability": "stable", "require": { "php": "^8.1" }, "require-dev": { "marcocesarato/php-conventional-changelog": "^1.17" }, "scripts": { "changelog": "conventional-changelog", "release": "conventional-changelog --commit", "release:patch": "conventional-changelog --patch --commit", "release:minor": "conventional-changelog --minor --commit", "release:major": "conventional-changelog --major --commit" }, "version": "0.1.0" }