PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Clike   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Clike
Execute actions using the command design pattern
Author: By
Last change:
Date: 5 years ago
Size: 623 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/clike", "description": "This package allows you to run a class with a design pattern similar to a command system", "homepage": "https://github.com/degraciamathieu/clike", "license": "MIT", "keywords": ["laravel", "command system", "design pattern", "cli"], "authors": [ { "name": "De Gracia Mathieu", "email": "contact@degracia-mathieu.fr" } ], "require": { "php": ">=7.1.0" }, "require-dev": { "phpunit/phpunit": "5.7.*", "mockery/mockery": "^0.9.9" }, "autoload": { "psr-4": { "DeGraciaMathieu\\Clike\\": "src/" } } }