OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
symfony
/
polyfill-mbstring
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:06 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:36:14 AM
rwxr-xr-x
📄
LICENSE
1.06 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
Mbstring.php
34.11 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
README.md
383 bytes
08/12/2024 10:33:06 AM
rw-r--r--
📁
Resources
-
08/12/2024 10:34:44 AM
rwxr-xr-x
📄
bootstrap.php
7.82 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
bootstrap80.php
9.31 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
composer.json
1022 bytes
08/12/2024 10:33:06 AM
rw-r--r--
Editing: composer.json
Close
{ "name": "symfony/polyfill-mbstring", "type": "library", "description": "Symfony polyfill for the Mbstring extension", "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "suggest": { "ext-mbstring": "For best performance" }, "minimum-stability": "dev", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } } }