123456789101112131415161718192021 |
- {
- "name": "slim/slim",
- "type": "library",
- "description": "Slim Framework, a PHP micro framework",
- "keywords": ["microframework","rest","router"],
- "homepage": "http://github.com/codeguy/Slim",
- "license": "MIT",
- "authors": [
- {
- "name": "Josh Lockhart",
- "email": "[email protected]",
- "homepage": "http://www.joshlockhart.com/"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-0": { "Slim": "." }
- }
- }
|