PHP Classes

File: vendor/phpdocumentor/type-resolver/composer.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpdocumentor/type-resolver/composer.json   Download  
File: vendor/phpdocumentor/type-resolver/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 673 bytes
 

Contents

Class file image Download
{ "name": "phpdocumentor/type-resolver", "type": "library", "license": "MIT", "authors": [ {"name": "Mike van Riel", "email": "me@mikevanriel.com"} ], "require": { "php": "^5.5 || ^7.0", "phpdocumentor/reflection-common": "^1.0" }, "autoload": { "psr-4": {"phpDocumentor\\Reflection\\": ["src/"]} }, "autoload-dev": { "psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]} }, "require-dev": { "phpunit/phpunit": "^5.2||^4.8.24", "mockery/mockery": "^0.9.4" }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }