Login   Register  
PHP Classes
elePHPant
Icontem

File: composer.json

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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:
Date: 2012-11-03 03:41
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"
        }
    }
}