PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   PHP Constant Groups   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Constant Groups
Define groups of constant values from arrays
Author: By
Last change: Fixed "invalid JSON" error

Added a missing comma (","), in order to fix the "invalid JSON" error
received from TravisCI.
Updated/added keywords

Updated/added to the the list of relevant keywords, found in
composer.json, for this php class package.
Date: 7 years ago
Size: 1,561 bytes
 

Contents

Class file image Download
{ "name": "gavinggordon/constantgroups", "description": "A PHP class which provides quick as-needed access to pre- and user defined data via constants.", "keywords": [ "v1.0.0", "php", "constants", "datasets", "groups", "define", "definitions", "setup", "setting", "configuration", "config", "env", "environment", "shortcuts", "snippets", "code", "script", "helper", "productivity", "data access", "colors", "colours", "hexadecimal", "rgb", "rgba", "hexadecimal colors", "hexadecimal colours", "rgb colors", "rgb colours", "rgba colors", "rgba colours", "linear-gradients", "linear-gradient patterns", "linear-gradient styles", "gradient patterns", "gradient styles", "styles", "inline-styles", "inline-css", "stylesheet", "cascading stylesheet", "css", "attractive", "beautiful" ], "version": "1.0.0", "minumum-stability": "stable", "homepage": "http://constantgroups.gavingordon.com", "support": { "issues": "https://github.com/gavinggordon/constantgroups/issues", "source": "https://github.com/gavinggordon/constantgroups" }, "repositories": [ { "type": "git", "url": "https://github.com/gavinggordon/constantgroups.git" } ], "license": "MIT", "authors": [ { "name": "Gavin G Gordon", "email": "me@gavingordon.com", "homepage": "https://gavingordon.com" } ], "require": { "gavinggordon/predefiner": "1.0.*" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "autoload": { "psr-4": { "GGG\\Config\\": "src/" } } }