PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Laravel JSON Request Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel JSON Request Validation
Disallow HTTP requests that do not accept JSON
Author: By
Last change:
Date: 3 years ago
Size: 512 bytes
 

Contents

Class file image Download
{ "name": "thiagoprz/laravel-enforce-json", "description": "Laravel JSON Enforcer Middleware", "type": "library", "autoload": { "classmap": [ "src/" ], "psr-4": { "Thiagoprz\\EnforceJson\\": "src" } }, "require": { "php": "^7.1.3" }, "license": "MIT", "authors": [ { "name": "Thiago Przyczynski", "email": "przyczynski@gmail.com" } ], "minimum-stability": "dev" }