Verzeichnisstruktur phpBB-3.3.16
- Veröffentlicht
- 27.04.2026
So funktioniert es
|
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
composer.json
01 {
02 "name": "symfony/polyfill-mbstring",
03 "type": "library",
04 "description": "Symfony polyfill for the Mbstring extension",
05 "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"],
06 "homepage": "https://symfony.com",
07 "license": "MIT",
08 "authors": [
09 {
10 "name": "Nicolas Grekas",
11 "email": "p@tchwork.com"
12 },
13 {
14 "name": "Symfony Community",
15 "homepage": "https://symfony.com/contributors"
16 }
17 ],
18 "require": {
19 "php": ">=7.2",
20 "ext-iconv": "*"
21 },
22 "provide": {
23 "ext-mbstring": "*"
24 },
25 "autoload": {
26 "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" },
27 "files": [ "bootstrap.php" ]
28 },
29 "suggest": {
30 "ext-mbstring": "For best performance"
31 },
32 "minimum-stability": "dev",
33 "extra": {
34 "thanks": {
35 "name": "symfony/polyfill",
36 "url": "https://github.com/symfony/polyfill"
37 }
38 }
39 }
40