ClassLoader.php
2 weeks ago
InstalledVersions.php
2 weeks ago
LICENSE
2 weeks ago
autoload_classmap.php
2 weeks ago
autoload_files.php
2 weeks ago
autoload_namespaces.php
2 weeks ago
autoload_psr4.php
2 weeks ago
autoload_real.php
2 weeks ago
autoload_static.php
2 weeks ago
installed.json
2 weeks ago
installed.php
2 weeks ago
platform_check.php
2 weeks ago
installed.json
91 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "symfony/polyfill-mbstring", |
| 5 | "version": "v1.32.0", |
| 6 | "version_normalized": "1.32.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
| 10 | "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", |
| 15 | "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-iconv": "*", |
| 20 | "php": ">=7.2" |
| 21 | }, |
| 22 | "provide": { |
| 23 | "ext-mbstring": "*" |
| 24 | }, |
| 25 | "suggest": { |
| 26 | "ext-mbstring": "For best performance" |
| 27 | }, |
| 28 | "time": "2024-12-23T08:48:59+00:00", |
| 29 | "type": "library", |
| 30 | "extra": { |
| 31 | "thanks": { |
| 32 | "url": "https://github.com/symfony/polyfill", |
| 33 | "name": "symfony/polyfill" |
| 34 | } |
| 35 | }, |
| 36 | "installation-source": "dist", |
| 37 | "autoload": { |
| 38 | "files": [ |
| 39 | "bootstrap.php" |
| 40 | ], |
| 41 | "psr-4": { |
| 42 | "Symfony\\Polyfill\\Mbstring\\": "" |
| 43 | } |
| 44 | }, |
| 45 | "notification-url": "https://packagist.org/downloads/", |
| 46 | "license": [ |
| 47 | "MIT" |
| 48 | ], |
| 49 | "authors": [ |
| 50 | { |
| 51 | "name": "Nicolas Grekas", |
| 52 | "email": "p@tchwork.com" |
| 53 | }, |
| 54 | { |
| 55 | "name": "Symfony Community", |
| 56 | "homepage": "https://symfony.com/contributors" |
| 57 | } |
| 58 | ], |
| 59 | "description": "Symfony polyfill for the Mbstring extension", |
| 60 | "homepage": "https://symfony.com", |
| 61 | "keywords": [ |
| 62 | "compatibility", |
| 63 | "mbstring", |
| 64 | "polyfill", |
| 65 | "portable", |
| 66 | "shim" |
| 67 | ], |
| 68 | "support": { |
| 69 | "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0" |
| 70 | }, |
| 71 | "funding": [ |
| 72 | { |
| 73 | "url": "https://symfony.com/sponsor", |
| 74 | "type": "custom" |
| 75 | }, |
| 76 | { |
| 77 | "url": "https://github.com/fabpot", |
| 78 | "type": "github" |
| 79 | }, |
| 80 | { |
| 81 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 82 | "type": "tidelift" |
| 83 | } |
| 84 | ], |
| 85 | "install-path": "../symfony/polyfill-mbstring" |
| 86 | } |
| 87 | ], |
| 88 | "dev": false, |
| 89 | "dev-package-names": [] |
| 90 | } |
| 91 |