Daniel před 2 roky
rodič
revize
b3ff8954ab
7 změnil soubory, kde provedl 2267 přidání a 772 odebrání
  1. +8
    -1
      httpdocs/symfony/composer.json
  2. +2213
    -771
      httpdocs/symfony/composer.lock
  3. +1
    -0
      httpdocs/symfony/config/bundles.php
  4. +6
    -0
      httpdocs/symfony/config/packages/dev/web_profiler.yaml
  5. +6
    -0
      httpdocs/symfony/config/packages/test/web_profiler.yaml
  6. +7
    -0
      httpdocs/symfony/config/routes/dev/web_profiler.yaml
  7. +26
    -0
      httpdocs/symfony/symfony.lock

+ 8
- 1
httpdocs/symfony/composer.json Zobrazit soubor

@@ -6,17 +6,22 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"composer/package-versions-deprecated": "1.11.99.5",
"doctrine/common": "^2",
"doctrine/doctrine-bundle": "^2",
"doctrine/doctrine-migrations-bundle": "^2",
"doctrine/orm": "^2",
"dompdf/dompdf": "^0.8.6",
"nelmio/cors-bundle": "^2.0",
"onurb/excel-bundle": "^1.0",
"phpoffice/phpspreadsheet": "^1.10",
"sensio/framework-extra-bundle": "^5.5",
"symfony/apache-pack": "^1.0",
"symfony/console": "4.3.*",
"symfony/dotenv": "4.3.*",
"symfony/event-dispatcher": "4.3.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "4.3.*",
"symfony/orm-pack": "^1.0",
"symfony/security-bundle": "4.3.*",
"symfony/security-guard": "4.3.*",
"symfony/swiftmailer-bundle": "^3.4",
@@ -27,6 +32,8 @@
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.3",
"symfony/maker-bundle": "^1.14",
"symfony/stopwatch": "4.3.*",
"symfony/web-profiler-bundle": "4.3.*",
"symfony/web-server-bundle": "4.3.*"
},
"config": {


+ 2213
- 771
httpdocs/symfony/composer.lock
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 0
httpdocs/symfony/config/bundles.php Zobrazit soubor

@@ -12,4 +12,5 @@ return [
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];

+ 6
- 0
httpdocs/symfony/config/packages/dev/web_profiler.yaml Zobrazit soubor

@@ -0,0 +1,6 @@
web_profiler:
toolbar: true
intercept_redirects: false

framework:
profiler: { only_exceptions: false }

+ 6
- 0
httpdocs/symfony/config/packages/test/web_profiler.yaml Zobrazit soubor

@@ -0,0 +1,6 @@
web_profiler:
toolbar: false
intercept_redirects: false

framework:
profiler: { collect: false }

+ 7
- 0
httpdocs/symfony/config/routes/dev/web_profiler.yaml Zobrazit soubor

@@ -0,0 +1,7 @@
web_profiler_wdt:
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
prefix: /_wdt

web_profiler_profiler:
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
prefix: /_profiler

+ 26
- 0
httpdocs/symfony/symfony.lock Zobrazit soubor

@@ -171,6 +171,18 @@
"swiftmailer/swiftmailer": {
"version": "v6.2.3"
},
"symfony/apache-pack": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "efb318193e48384eb5c5aadff15396ed698f8ffc"
},
"files": [
"public/.htaccess"
]
},
"symfony/cache": {
"version": "v4.3.7"
},
@@ -372,6 +384,20 @@
"symfony/var-exporter": {
"version": "v4.3.7"
},
"symfony/web-profiler-bundle": {
"version": "4.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.3",
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
},
"files": [
"config/packages/dev/web_profiler.yaml",
"config/packages/test/web_profiler.yaml",
"config/routes/dev/web_profiler.yaml"
]
},
"symfony/web-server-bundle": {
"version": "3.3",
"recipe": {


Načítá se…
Zrušit
Uložit