PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   MIME Stub   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MIME Stub
Generate PHP script that can self-execute the code
Author: By
Last change: Update composer.json
Update composer.json
Update composer.json
Date: 1 year ago
Size: 1,057 bytes
 

Contents

Class file image Download
{ "name":"frdl/mime-stub", "description":"This script can be used to generate -self-executing- .php Files. ", "keywords":["self-executing","multipart","parser", "stub"], "type":"library", "license": "MIT", "authors":[ { "name":"Romain Cambien", "email":"romain@riverline.fr" }, { "name":"Riverline", "homepage":"http://www.riverline.fr" }, { "name":"Till Wehowski", "homepage":"http://webfan.de" } ], "require":{ "php": ">=5.3" }, "require-dev":{ }, "suggest": { }, "conflict": { }, "provide" : { "riverline/multipart-parser": "*" }, "autoload":{ "psr-0":{ "Riverline\\MultiPartParser\\": "src/" }, "psr-4": { "webfan\\Mime\\": "src/webfan/Mime/", "webfan\\hps\\Compile\\": "src/webfan/hps/Compile/" }, "classmap": ["src/MimeStubIndex.php", "src/webfan/MimeStub.php", "src/webfan/Mime/vm.php", "src/webfan/MimeStubAPC.php"] } }