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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

composer.json

Zuletzt modifiziert: 02.04.2025, 15:02 - Dateigröße: 2.51 KiB


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.5.9|>=7.0.8",
20          "twig/twig": "^1.41|^2.10"
21      },
22      "require-dev": {
23          "fig/link-util": "^1.0",
24          "symfony/asset": "~2.8|~3.0|~4.0",
25          "symfony/dependency-injection": "~2.8|~3.0|~4.0",
26          "symfony/finder": "~2.8|~3.0|~4.0",
27          "symfony/form": "^3.4.31|^4.3.4",
28          "symfony/http-foundation": "^3.3.11|~4.0",
29          "symfony/http-kernel": "~3.2|~4.0",
30          "symfony/polyfill-intl-icu": "~1.0",
31          "symfony/routing": "~2.8|~3.0|~4.0",
32          "symfony/templating": "~2.8|~3.0|~4.0",
33          "symfony/translation": "~2.8|~3.0|~4.0",
34          "symfony/yaml": "~2.8|~3.0|~4.0",
35          "symfony/security": "^2.8.31|^3.3.13|~4.0",
36          "symfony/security-acl": "~2.8|~3.0",
37          "symfony/stopwatch": "~2.8|~3.0|~4.0",
38          "symfony/console": "~3.4|~4.0",
39          "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0",
40          "symfony/expression-language": "~2.8|~3.0|~4.0",
41          "symfony/web-link": "~3.3|~4.0",
42          "symfony/workflow": "~3.3|~4.0"
43      },
44      "conflict": {
45          "symfony/form": "<3.4.31|>=4.0,<4.3.4",
46          "symfony/console": "<3.4"
47      },
48      "suggest": {
49          "symfony/finder": "",
50          "symfony/asset": "For using the AssetExtension",
51          "symfony/form": "For using the FormExtension",
52          "symfony/http-kernel": "For using the HttpKernelExtension",
53          "symfony/routing": "For using the RoutingExtension",
54          "symfony/templating": "For using the TwigEngine",
55          "symfony/translation": "For using the TranslationExtension",
56          "symfony/yaml": "For using the YamlExtension",
57          "symfony/security": "For using the SecurityExtension",
58          "symfony/stopwatch": "For using the StopwatchExtension",
59          "symfony/var-dumper": "For using the DumpExtension",
60          "symfony/expression-language": "For using the ExpressionExtension",
61          "symfony/web-link": "For using the WebLinkExtension"
62      },
63      "autoload": {
64          "psr-4": { "Symfony\\Bridge\\Twig\\": "" },
65          "exclude-from-classmap": [
66              "/Tests/"
67          ]
68      },
69      "minimum-stability": "dev"
70  }
71