1234567891011121314151617181920 |
- {
- "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/" }
- }
- }
|