PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   DFrame Console   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DFrame Console
Execute commands from the command line
Author: By
Last change:
Date: 1 month ago
Size: 916 bytes
 

Contents

Class file image Download
{ "name": "dframe/console", "description": "PHP Framework - Dframe", "keywords": [ "framework", "dframe", "cli", "command", "mvc", "console" ], "homepage": "https://dframeframework.com", "type": "library", "license": "MIT", "authors": [ { "name": "S?awomir Kaleta", "email": "slaszka@gmail.com" } ], "require": { "php": ">=7.3", "dframe/dframe": "^4.1" }, "minimum-stability": "dev", "autoload": { "psr-4": { "Dframe\\Console\\": "" } }, "autoload-dev": { "psr-4": { "Dframe\\Contole\\Tests\\": "Tests" } }, "require-dev": { "phpunit/phpunit": "^9.5" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }