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/yaml",
03 "type": "library",
04 "description": "Symfony Yaml Component",
05 "keywords": [],
06 "homepage": "https://symfony.com",
07 "license": "MIT",
08 "authors": [
09 {
10 "name": "Fabien Potencier",
11 "email": "fabien@symfony.com"
12 },
13 {
14 "name": "Symfony Community",
15 "homepage": "https://symfony.com/contributors"
16 }
17 ],
18 "require": {
19 "php": "^5.5.9|>=7.0.8",
20 "symfony/polyfill-ctype": "~1.8"
21 },
22 "require-dev": {
23 "symfony/console": "~3.4|~4.0"
24 },
25 "conflict": {
26 "symfony/console": "<3.4"
27 },
28 "suggest": {
29 "symfony/console": "For validating YAML files using the lint command"
30 },
31 "autoload": {
32 "psr-4": { "Symfony\\Component\\Yaml\\": "" },
33 "exclude-from-classmap": [
34 "/Tests/"
35 ]
36 },
37 "minimum-stability": "dev"
38 }
39