PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kamil   PHP REST Client Framework Control   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP REST Client Framework Control
Testing and validating REST services
Author: By
Last change:
Date: 6 years ago
Size: 1,119 bytes
 

Contents

Class file image Download
{ "name": "rest-control/rest-control", "type": "library", "description": "PHP Framework for testing and validation REST services", "keywords": ["framework", "testing", "rest", "api"], "license": "MIT", "authors": [ { "name": "Kamil Szela", "email": "kamil.szela@cothe.pl" } ], "require": { "php": "^7.1.14", "league/container": "^2.4", "guzzlehttp/guzzle": "^6.0", "doctrine/annotations": "^1.4", "league/pipeline": "^0.3.0", "symfony/event-dispatcher": "^4.0", "symfony/finder": "^4.0", "psr/log": "^1.0", "zendframework/zend-validator": "^2.10", "zendframework/zend-uri": "^2.5", "symfony/yaml": "^4.0", "nikic/fast-route": "^1.3", "flow/jsonpath": "^0.3.4" }, "bin": ["bin/rest-control"], "require-dev": { "phpunit/phpunit": "6.5.6" }, "autoload": { "psr-4": { "RestControl\\": "src//" } }, "autoload-dev": { "psr-4": { "RestControl\\Tests\\": "tests//" } } }