Verzeichnisstruktur phpBB-3.1.0
- Veröffentlicht
- 27.10.2014
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/http-foundation",
03 "type": "library",
04 "description": "Symfony HttpFoundation Component",
05 "keywords": [],
06 "homepage": "http://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": "http://symfony.com/contributors"
16 }
17 ],
18 "require": {
19 "php": ">=5.3.3"
20 },
21 "autoload": {
22 "psr-0": { "Symfony\\Component\\HttpFoundation\\": "" },
23 "classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ]
24 },
25 "target-dir": "Symfony/Component/HttpFoundation",
26 "minimum-stability": "dev",
27 "extra": {
28 "branch-alias": {
29 "dev-master": "2.3-dev"
30 }
31 }
32 }
33