0504dda05bc747d6be6764199550a67ff47488c3
[yaffs-website] / vendor / symfony / polyfill-ctype / composer.json
1 {
2     "name": "symfony/polyfill-ctype",
3     "type": "library",
4     "description": "Symfony polyfill for ctype functions",
5     "keywords": ["polyfill", "compatibility", "portable", "ctype"],
6     "homepage": "https://symfony.com",
7     "license": "MIT",
8     "authors": [
9         {
10             "name": "Gert de Pagter",
11             "email": "BackEndTea@gmail.com"
12         },
13         {
14             "name": "Symfony Community",
15             "homepage": "https://symfony.com/contributors"
16         }
17     ],
18     "require": {
19         "php": ">=5.3.3"
20     },
21     "autoload": {
22         "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" },
23         "files": [ "bootstrap.php" ]
24     },
25     "minimum-stability": "dev",
26     "extra": {
27         "branch-alias": {
28             "dev-master": "1.8-dev"
29         }
30     }
31 }