PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Christiaan Baartse   Lua sandbox   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: Lua sandbox
Run Lua language code integrated with PHP code
Author: By
Last change: Update of composer.json
Date: 2 years ago
Size: 461 bytes
 

Contents

Class file image Download
{ "name": "webpower/luasandbox", "description": "Sandbox to run user supplied code using the Lua language", "type": "library", "license": "MIT", "version": "1.0", "authors": [ { "name": "Christiaan Baartse", "email": "anotherhero@gmail.com" } ], "require": { "ext-lua": "1.0.0" }, "autoload": { "psr-0" : { "WebPower\\LuaSandbox" : "src" } } }