Skip to content

Latest commit

 

History

History
48 lines (48 loc) · 1.18 KB

composer.json.org

File metadata and controls

48 lines (48 loc) · 1.18 KB

{ “name” : “visualphpunit/visualphpunit”, “description” : “A PHPUnit GUI”, “type” : “application”, “authors” : [{ “name” : “Johannes Skov Frandsen”, “email” : “localgod@heaven.dk”, “homepage” : “https://github.com/localgod”, “role” : “Lead” } ], “keywords” : [ “phpunit” ], “homepage” : “https://github.com/VisualPHPUnit/VisualPHPUnit”, “license” : “BSD-3-Clause-Clear”, “require” : { “php” : “>=5.6”, “ext-pdo_sqlite” : “*”, “symfony/console” : “3.3.2”, “phpunit/phpunit” : “5.7.20”, “silex/silex” : “2.1.0”, “jdesrosiers/silex-cors-provider” : “1.4.0”, “symfony/finder” : “3.3.2”, “doctrine/dbal” : “2.5.12” }, “minimum-stability” : “stable”, “support” : { “source” : “https://github.com/VisualPHPUnit/VisualPHPUnit”, “issues” : “https://github.com/VisualPHPUnit/VisualPHPUnit/issues”, “wiki” : “https://github.com/VisualPHPUnit/VisualPHPUnit/wiki” }, “config” : { “bin-dir” : “bin/”, “vendor-dir” : “vendor/” }, “autoload” : { “psr-4” : { “Visualphpunit\” : “src” } }, “require-dev” : { “ext-mbstring” : “*” }, “suggest” : { “phpunit/dbunit” : “The DbUnit extension considerably simplifies the setup of a database for testing” } }