{
"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/"
}
}
}
|