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": "phpbb/phpbb-core",
03 "description": "Collection of core phpBB libraries",
04 "type": "library",
05 "keywords": ["phpbb", "forum"],
06 "homepage": "https://www.phpbb.com",
07 "license": "GPL-2.0",
08 "authors": [
09 {
10 "name": "phpBB Limited",
11 "email": "operations@phpbb.com",
12 "homepage": "https://www.phpbb.com/go/authors"
13 }
14 ],
15 "support": {
16 "issues": "https://tracker.phpbb.com",
17 "forum": "https://www.phpbb.com/community/",
18 "wiki": "https://wiki.phpbb.com",
19 "irc": "irc://irc.freenode.org/phpbb"
20 },
21 "autoload": {
22 "classmap": [""]
23 },
24 "require": {
25 "php": ">=5.3.3"
26 }
27 }
28