PHP Classes

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

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   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: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 4 years ago
Size: 842 bytes
 

Contents

Class file image Download
{ "name": "phpdocumentor/type-resolver", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "type": "library", "license": "MIT", "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "require": { "php": "^7.1", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "mockery/mockery": "~1", "ext-tokenizer": "^7.1", "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "autoload-dev": { "psr-4": { "phpDocumentor\\Reflection\\": "tests/unit" } }, "extra": { "branch-alias": { "dev-master": "1.x-dev" } } }