Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
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/twig-bridge",
03 "type": "symfony-bridge",
04 "description": "Symfony Twig Bridge",
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.3.9",
20 "twig/twig": "~1.23|~2.0"
21 },
22 "require-dev": {
23 "symfony/asset": "~2.7|~3.0.0",
24 "symfony/finder": "~2.3|~3.0.0",
25 "symfony/form": "~2.8.4",
26 "symfony/http-kernel": "~2.8|~3.0.0",
27 "symfony/polyfill-intl-icu": "~1.0",
28 "symfony/routing": "~2.2|~3.0.0",
29 "symfony/templating": "~2.1|~3.0.0",
30 "symfony/translation": "~2.7|~3.0.0",
31 "symfony/yaml": "~2.0,>=2.0.5|~3.0.0",
32 "symfony/security": "~2.6|~3.0.0",
33 "symfony/security-acl": "~2.6|~3.0.0",
34 "symfony/stopwatch": "~2.2|~3.0.0",
35 "symfony/console": "~2.8|~3.0.0",
36 "symfony/var-dumper": "~2.7.16|~2.8.9|~3.0.9",
37 "symfony/expression-language": "~2.4|~3.0.0"
38 },
39 "suggest": {
40 "symfony/finder": "",
41 "symfony/asset": "For using the AssetExtension",
42 "symfony/form": "For using the FormExtension",
43 "symfony/http-kernel": "For using the HttpKernelExtension",
44 "symfony/routing": "For using the RoutingExtension",
45 "symfony/templating": "For using the TwigEngine",
46 "symfony/translation": "For using the TranslationExtension",
47 "symfony/yaml": "For using the YamlExtension",
48 "symfony/security": "For using the SecurityExtension",
49 "symfony/stopwatch": "For using the StopwatchExtension",
50 "symfony/var-dumper": "For using the DumpExtension",
51 "symfony/expression-language": "For using the ExpressionExtension"
52 },
53 "autoload": {
54 "psr-4": { "Symfony\\Bridge\\Twig\\": "" },
55 "exclude-from-classmap": [
56 "/Tests/"
57 ]
58 },
59 "minimum-stability": "dev",
60 "extra": {
61 "branch-alias": {
62 "dev-master": "2.8-dev"
63 }
64 }
65 }
66