082a0130c2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"name": "jms/cg",
|
|
"description": "Toolset for generating PHP code",
|
|
"keywords": ["code generation"],
|
|
"type": "library",
|
|
"license": "Apache",
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "CG\\": "src/" }
|
|
}
|
|
}
|