Chris@0: { Chris@0: "name": "symfony/polyfill-mbstring", Chris@0: "type": "library", Chris@0: "description": "Symfony polyfill for the Mbstring extension", Chris@0: "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"], Chris@0: "homepage": "https://symfony.com", Chris@0: "license": "MIT", Chris@0: "authors": [ Chris@0: { Chris@0: "name": "Nicolas Grekas", Chris@0: "email": "p@tchwork.com" Chris@0: }, Chris@0: { Chris@0: "name": "Symfony Community", Chris@0: "homepage": "https://symfony.com/contributors" Chris@0: } Chris@0: ], Chris@0: "require": { Chris@0: "php": ">=5.3.3" Chris@0: }, Chris@0: "autoload": { Chris@0: "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, Chris@0: "files": [ "bootstrap.php" ] Chris@0: }, Chris@0: "suggest": { Chris@0: "ext-mbstring": "For best performance" Chris@0: }, Chris@0: "minimum-stability": "dev", Chris@0: "extra": { Chris@0: "branch-alias": { Chris@18: "dev-master": "1.11-dev" Chris@0: } Chris@0: } Chris@0: }