File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 11imports :
22 - { resource: parameters.yml }
33
4- # Put parameters here that don't need to change on each machine where the app is deployed
5- # http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
64parameters :
75 locale : en
86
97framework :
10- # esi: ~
11- # translator: { fallbacks: ["%locale%"] }
128 secret : " %secret%"
139 router :
1410 strict_requirements : ~
@@ -17,12 +13,10 @@ framework:
1713 validation : { enable_annotations: true }
1814 templating :
1915 engines : ['twig']
20- # assets_version: SomeVersionScheme
2116 default_locale : " %locale%"
2217 trusted_hosts : ~
2318 trusted_proxies : ~
2419 session :
25- # handler_id set to null will use default session handler from php.ini
2620 handler_id : ~
2721 fragments : ~
2822 http_method_override : true
Original file line number Diff line number Diff line change 22 "name" : " phpbenchmarks/symfony-2-7-benchmark" ,
33 "license" : " proprietary" ,
44 "type" : " project" ,
5- "autoload" : {
6- "psr-4" : {
7- "PhpBenchmarks\\ " : " src/"
8- }
9- },
105 "require" : {
116 "php" : " >=5.3.9" ,
127 "symfony/symfony" : " 2.7.*" ,
You can’t perform that action at this time.
0 commit comments