1234567891011121314151617181920 |
- {
- "name": "jms/metadata",
- "description": "Class/method/property metadata management in PHP",
- "keywords": ["annotations","metadata","yaml","xml"],
- "type": "library",
- "license": "Apache",
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-0": { "Metadata\\": "src/" }
- }
- }
|