blob: ccb8e5703585deb96ce8f7a38c358a80eafcdc18 [file] [log] [blame]
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001{
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": ">=7.1"
20 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010021 "provide": {
22 "ext-ctype": "*"
23 },
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +010024 "autoload": {
25 "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" },
26 "files": [ "bootstrap.php" ]
27 },
28 "suggest": {
29 "ext-ctype": "For best performance"
30 },
31 "minimum-stability": "dev",
32 "extra": {
33 "branch-alias": {
34 "dev-main": "1.23-dev"
35 },
36 "thanks": {
37 "name": "symfony/polyfill",
38 "url": "https://github.com/symfony/polyfill"
39 }
40 }
41}