PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Cli One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cli One
Extract argument values passed to PHP shell script
Author: By
Last change:
Date: 2 years ago
Size: 364 bytes
 

Contents

Class file image Download
{ "name": "eftec/clione", "type": "library", "require-dev": { "phpunit/phpunit": "^9.5" }, "license": "mit", "autoload": { "psr-4": { "Eftec\\CliOne\\": "src/" } }, "authors": [ { "name": "jorgecc", "email": "jcastro@eftec.cl" } ], "require": {} }