Skip to content

Commit acfa91a

Browse files
committed
Remove comments and useless autoload
1 parent c33d5ba commit acfa91a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

app/config/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
imports:
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
64
parameters:
75
locale: en
86

97
framework:
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

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
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.*",

0 commit comments

Comments
 (0)