Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
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-intl-normalizer",
03 "type": "library",
04 "description": "Symfony polyfill for intl's Normalizer class and related functions",
05 "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "normalizer"],
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.1"
20 },
21 "autoload": {
22 "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" },
23 "files": [ "bootstrap.php" ],
24 "classmap": [ "Resources/stubs" ]
25 },
26 "suggest": {
27 "ext-intl": "For best performance"
28 },
29 "minimum-stability": "dev",
30 "extra": {
31 "thanks": {
32 "name": "symfony/polyfill",
33 "url": "https://github.com/symfony/polyfill"
34 }
35 }
36 }
37