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-idn",
03 "type": "library",
04 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
05 "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "idn"],
06 "homepage": "https://symfony.com",
07 "license": "MIT",
08 "authors": [
09 {
10 "name": "Laurent Bassin",
11 "email": "laurent@bassin.info"
12 },
13 {
14 "name": "Trevor Rowbotham",
15 "email": "trevor.rowbotham@pm.me"
16 },
17 {
18 "name": "Symfony Community",
19 "homepage": "https://symfony.com/contributors"
20 }
21 ],
22 "require": {
23 "php": ">=7.1",
24 "symfony/polyfill-intl-normalizer": "^1.10",
25 "symfony/polyfill-php72": "^1.10"
26 },
27 "autoload": {
28 "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" },
29 "files": [ "bootstrap.php" ]
30 },
31 "suggest": {
32 "ext-intl": "For best performance"
33 },
34 "minimum-stability": "dev",
35 "extra": {
36 "thanks": {
37 "name": "symfony/polyfill",
38 "url": "https://github.com/symfony/polyfill"
39 }
40 }
41 }
42