Skip to content

Commit e5d5bcb

Browse files
committed
remove twig
1 parent afa50f4 commit e5d5bcb

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
"bundles": [
135135
"Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle",
136136
"Symfony\\Bundle\\MonologBundle\\MonologBundle",
137-
"Symfony\\Bundle\\TwigBundle\\TwigBundle",
138137
"Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle",
139138
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle",
140139
"PhpList\\Core\\EmptyStartPageBundle\\EmptyStartPageBundle"

config/packages/twig.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/Core/ApplicationKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
122122
$loader->load($this->getApplicationDir() . '/config/parameters.yml');
123123
$loader->load($this->getRootDir() . '/config/config_' . $this->getEnvironment() . '.yml');
124124
$loader->load($this->getApplicationDir() . '/config/config_modules.yml');
125-
$loader->load($this->getApplicationDir() . '/config/packages/twig.yaml');
126125
}
127126

128127
/**

0 commit comments

Comments
 (0)