12345678910111213141516171819202122232425 |
- {
- "name": "neutron/silex-filesystem-provider",
- "type": "library",
- "description": "A Silex Provider for Symfony Filesystem component",
- "keywords": ["silex", "filesystem", "temporary-filesystem"],
- "license": "MIT",
- "authors": [
- {
- "name": "Romain Neutron",
- "email": "imprec@gmail.com",
- "homepage": "http://www.lickmychip.com/"
- }
- ],
- "require": {
- "php": ">=5.3.3",
- "silex/silex": ">=1.0",
- "symfony/filesystem": ">=2.0"
- },
- "minimum-stability": "dev",
- "autoload": {
- "psr-0": {
- "Neutron": "src"
- }
- }
- }
|