mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Updated recipes for routing and twig.
This commit is contained in:
parent
56bc99e5a1
commit
5d86ba776a
5 changed files with 13 additions and 10 deletions
3
config/packages/prod/routing.yaml
Normal file
3
config/packages/prod/routing.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
framework:
|
||||
router:
|
||||
strict_requirements: null
|
|
@ -1,4 +1,3 @@
|
|||
framework:
|
||||
router:
|
||||
strict_requirements: ~
|
||||
utf8: true
|
||||
|
|
2
config/packages/test/twig.yaml
Normal file
2
config/packages/test/twig.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
twig:
|
||||
strict_variables: true
|
|
@ -3,7 +3,7 @@ twig:
|
|||
debug: '%kernel.debug%'
|
||||
strict_variables: '%kernel.debug%'
|
||||
form_themes: ['bootstrap_4_horizontal_layout.html.twig', 'Form/extendedBootstrap4_layout.html.twig', 'Form/permissionLayout.html.twig' ]
|
||||
exception_controller: ~
|
||||
exception_controller: null
|
||||
|
||||
paths:
|
||||
'%kernel.project_dir%/assets/css': css
|
||||
|
|
15
symfony.lock
15
symfony.lock
|
@ -582,7 +582,7 @@
|
|||
"version": "v4.3.1"
|
||||
},
|
||||
"symfony/monolog-bridge": {
|
||||
"version": "v4.2.3"
|
||||
"version": "v4.4.2"
|
||||
},
|
||||
"symfony/monolog-bundle": {
|
||||
"version": "3.1",
|
||||
|
@ -653,12 +653,11 @@
|
|||
"repo": "github.com/symfony/recipes",
|
||||
"branch": "master",
|
||||
"version": "4.2",
|
||||
"ref": "5374e24d508ba8fd6ba9eb15170255fdb778316a"
|
||||
"ref": "683dcb08707ba8d41b7e34adb0344bfd68d248a7"
|
||||
},
|
||||
"files": [
|
||||
"./config/packages/dev/routing.yaml",
|
||||
"./config/packages/prod/routing.yaml",
|
||||
"./config/packages/routing.yaml",
|
||||
"./config/packages/test/routing.yaml",
|
||||
"./config/routes.yaml"
|
||||
]
|
||||
},
|
||||
|
@ -724,16 +723,16 @@
|
|||
"version": "v4.2.3"
|
||||
},
|
||||
"symfony/twig-bundle": {
|
||||
"version": "3.3",
|
||||
"version": "4.4",
|
||||
"recipe": {
|
||||
"repo": "github.com/symfony/recipes",
|
||||
"branch": "master",
|
||||
"version": "3.3",
|
||||
"ref": "369b5b29dc52b2c190002825ae7ec24ab6f962dd"
|
||||
"version": "4.4",
|
||||
"ref": "15a41bbd66a1323d09824a189b485c126bbefa51"
|
||||
},
|
||||
"files": [
|
||||
"./config/packages/test/twig.yaml",
|
||||
"./config/packages/twig.yaml",
|
||||
"./config/routes/dev/twig.yaml",
|
||||
"./templates/base.html.twig"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue