PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Marcel Pociot   PHP Feature Switch   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Feature Switch
Activate, deactivate and store feature values
Author: By
Last change:
Date: 5 years ago
Size: 772 bytes
 

Contents

Class file image Download
{ "name": "mpociot/feature-switch", "license": "MIT", "description": "A feature switcher for PHP", "keywords": [ "feature switch", "feature toggle" ], "homepage": "http://github.com/mpociot/feature-switch", "authors": [ { "name": "Marcel Pociot", "email": "m.pociot@gmail.com" } ], "require": { "php": ">=5.5.0" }, "require-dev": { "illuminate/support": "~5.0", "orchestra/testbench": "~3.0", "phpunit/phpunit": "~4.0" }, "autoload": { "psr-0": { "Mpociot\\FeatureSwitch": "src/" } }, "autoload-dev": { "psr-4": { "Mpociot\\FeatureSwitch\\Tests\\": "tests/" } } }