PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP HTTP Request Values   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP HTTP Request Values
Get HTTP request parameters by a specific order
Author: By
Last change:
Date: 1 year ago
Size: 1,072 bytes
 

Contents

Class file image Download
{ "name": "mezon/request", "description": "Small script for parameters fetcher", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require-dev": { "phpunit/phpunit": "^8.5", "vimeo/psalm" : "^4.2", "infection/infection": "^0.21.5" }, "require": { "php": ">=7.2.0", "mezon/infrastructure-layer": "1.2.*", "mezon/router": ">=1.3.3" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-request/issues", "source": "https://github.com/alexdodonov/mezon-request" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-request", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Transport\\": "./Mezon/Transport/" } }, "scripts": { "test" : "php ./vendor/phpunit/phpunit/phpunit", "psalm" : "php ./vendor/vimeo/psalm/psalm --show-info=true --no-cache", "infection": "php ./vendor/infection/infection/bin/infection --threads=4 --min-msi=66" } }