Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
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": ">=5.3.3"
20 },
21 "autoload": {
22 "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" },
23 "files": [ "bootstrap.php" ]
24 },
25 "suggest": {
26 "ext-mbstring": "For best performance"
27 },
28 "minimum-stability": "dev",
29 "extra": {
30 "branch-alias": {
31 "dev-master": "1.3-dev"
32 }
33 }
34 }
35