annotate vendor/symfony/polyfill-mbstring/composer.json @ 0:4c8ae668cc8c
Initial import (non-working)
author |
Chris Cannam |
date |
Wed, 29 Nov 2017 16:09:58 +0000 |
parents |
|
children |
7a779792577d |
rev |
line source |
Chris@0
|
1 {
|
Chris@0
|
2 "name": "symfony/polyfill-mbstring",
|
Chris@0
|
3 "type": "library",
|
Chris@0
|
4 "description": "Symfony polyfill for the Mbstring extension",
|
Chris@0
|
5 "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"],
|
Chris@0
|
6 "homepage": "https://symfony.com",
|
Chris@0
|
7 "license": "MIT",
|
Chris@0
|
8 "authors": [
|
Chris@0
|
9 {
|
Chris@0
|
10 "name": "Nicolas Grekas",
|
Chris@0
|
11 "email": "p@tchwork.com"
|
Chris@0
|
12 },
|
Chris@0
|
13 {
|
Chris@0
|
14 "name": "Symfony Community",
|
Chris@0
|
15 "homepage": "https://symfony.com/contributors"
|
Chris@0
|
16 }
|
Chris@0
|
17 ],
|
Chris@0
|
18 "require": {
|
Chris@0
|
19 "php": ">=5.3.3"
|
Chris@0
|
20 },
|
Chris@0
|
21 "autoload": {
|
Chris@0
|
22 "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" },
|
Chris@0
|
23 "files": [ "bootstrap.php" ]
|
Chris@0
|
24 },
|
Chris@0
|
25 "suggest": {
|
Chris@0
|
26 "ext-mbstring": "For best performance"
|
Chris@0
|
27 },
|
Chris@0
|
28 "minimum-stability": "dev",
|
Chris@0
|
29 "extra": {
|
Chris@0
|
30 "branch-alias": {
|
Chris@0
|
31 "dev-master": "1.3-dev"
|
Chris@0
|
32 }
|
Chris@0
|
33 }
|
Chris@0
|
34 }
|