PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maik Greubel   Caribu MVC   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Caribu MVC
MVC framework with controllers using annotations
Author: By
Last change:
Date: 6 years ago
Size: 1,265 bytes
 

Contents

Class file image Download
{ "keywords" : [ "MVC Framework" ], "autoload" : { "psr-4" : { "Nkey\\Caribu\\Mvc\\" : "src/Mvc" } }, "autoload-dev" : { "psr-4" : { "Nkey\\Caribu\\Mvc\\Tests\\" : [ "tests/feature-test", "tests/router-test", "tests" ] } }, "name" : "nkey/caribu-mvc", "type" : "library", "description" : "Tiny (M)VC Pattern framework", "license" : "BSD-2-Clause", "require" : { "php" : ">=7.0", "psr/log" : "~1.0", "nkey/phpgenerics" : "dev-master" }, "require-dev" : { "phpunit/phpunit" : "~6.0", "squizlabs/php_codesniffer" : "~3.0", "phploc/phploc" : "~4.0", "pdepend/pdepend" : "~2.0", "phpmd/phpmd" : "~2.0", "sebastian/phpcpd" : "~3.0", "theseer/phpdox" : "~0.9", "scrutinizer/ocular" : "~1.0" }, "support" : { "email" : "greubel@nkey.de", "issues" : "https://github.com/maikgreubel/caribu-mvc/issues", "wiki" : "https://github.com/maikgreubel/caribu-mvc/wiki", "source" : "https://github.com/maikgreubel/caribu-mvc" }, "authors" : [{ "name" : "Maik Greubel", "email" : "greubel@nkey.de", "homepage" : "https://www.nkey.de/", "role" : "Maintainer" } ], "homepage" : "https://github.com/maikgreubel/caribu-mvc", "extra" : { "branch-alias" : { "dev-master" : "1.0-dev" } } }