PHP Classes

File: system/dependencies/kahlan/kahlan/composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/kahlan/kahlan/composer.json   Download  
File: system/dependencies/kahlan/kahlan/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 2 years ago
Size: 835 bytes
 

Contents

Class file image Download
{ "name": "kahlan/kahlan", "description": "The PHP Test Framework for Freedom, Truth and Justice.", "keywords": ["Testing", "Unit Test", "Behavior-Driven Development", "TDD", "BDD", "Monkey Patching", "Stub", "Mock"], "license": "MIT", "authors": [ { "name": "CrysaLEAD" } ], "require": { "php": ">=5.5" }, "require-dev": { "squizlabs/php_codesniffer": "^3.4" }, "autoload": { "psr-4": { "Kahlan\\": "src/" }, "files": [ "src/functions.php" ] }, "autoload-dev": { "psr-4": { "Kahlan\\Spec\\": "spec/" } }, "scripts": { "post-update-cmd": [ "Kahlan\\Cli\\Kahlan::composerPostUpdate" ] }, "bin": ["bin/kahlan"] }