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/http-foundation",
03 "type": "library",
04 "description": "Symfony HttpFoundation 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-mbstring": "~1.1",
21 "symfony/polyfill-php70": "~1.6"
22 },
23 "require-dev": {
24 "symfony/expression-language": "~2.8|~3.0|~4.0"
25 },
26 "autoload": {
27 "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" },
28 "exclude-from-classmap": [
29 "/Tests/"
30 ]
31 },
32 "minimum-stability": "dev"
33 }
34