123456789101112131415161718192021 |
- {
- "name": "kriswallsmith/assetic",
- "description": "Asset Management for PHP 5.3",
- "keywords": ["assets", "compression", "minification"],
- "homepage": "https://github.com/kriswallsmith/assetic",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Kris Wallsmith",
- "email": "kris.wallsmith@gmail.com",
- "homepage": "http://kriswallsmith.net/"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-0": { "Assetic": "src/" }
- }
- }
|