PHP Classes

File: src/Console/composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Framework   src/Console/composer.json   Download  
File: src/Console/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe Framework
Modular MVC based PHP Web framework
Author: By
Last change: Update of src/Console/composer.json
Date: 3 years ago
Size: 891 bytes
 

Contents

Class file image Download
{ "name": "dframe/console", "description": "PHP Framework - Dframe", "keywords": [ "framework", "dframe", "cli", "command", "mvc" ], "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\\": "src" } }, "autoload-dev": { "psr-4": { "Dframe\\Tests\\": "tests" } }, "require-dev": { "phpunit/phpunit": "^8.3" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }