Skip to content

Commit 8fd2e70

Browse files
committed
Update symfony/framework-bundle recipe
1 parent 5af4267 commit 8fd2e70

5 files changed

Lines changed: 25 additions & 9 deletions

File tree

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = 4
9+
indent_style = space
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[{compose.yaml,compose.*.yaml}]
14+
indent_size = 2
15+
16+
[*.md]
17+
trim_trailing_whitespace = false

.env.dirigent.dev

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
APP_SECRET=e52f905e642cf4299efe685742c4b171
1+
###> symfony/framework-bundle ###
2+
APP_SECRET=1dd54ce9c084dcfd17581d55497f462a
3+
###< symfony/framework-bundle ###

config/routes/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
when@dev:
22
_errors:
3-
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
3+
resource: '@FrameworkBundle/Resources/config/routing/errors.php'
44
prefix: /_error

config/services.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ services:
1515
# this creates a service per class whose id is the fully-qualified class name
1616
CodedMonkey\Dirigent\:
1717
resource: '../src/'
18-
exclude:
19-
- '../src/DependencyInjection/'
20-
- '../src/Entity/'
21-
- '../src/Kernel.php'
2218

2319
# add more service definitions when explicit configuration is needed
2420
# please note that last definitions always *replace* previous ones

symfony.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)