123456789101112131415161718192021222324252627282930 |
- {
- "name": "symfony/polyfill-apcu",
- "type": "library",
- "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
- "keywords": ["polyfill", "shim", "compatibility", "portable", "apcu"],
- "homepage": "https://symfony.com",
- "license": "MIT",
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "require": {
- "php": ">=5.3.3"
- },
- "autoload": {
- "files": [ "bootstrap.php" ]
- },
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3-dev"
- }
- }
- }
|