Skip to content

Commit

Permalink
[Insight] A Symfony2 application should be bootable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Int committed Apr 9, 2016
1 parent e98806b commit 2fae471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .sensiolabs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
post_composer_script: |
#!/bin/bash
sed 's/"%database_driver%"/"%database_driver%"
server_version: 5.6/g' -i app/config/config.yml
# global_exclude_dirs:
# - vendor
# - vendors
Expand Down
3 changes: 2 additions & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ doctrine:
# (Si vous rencontrez une erreur obscure à propos du type ENUM)
mapping_types:
enum: string

# Fix SensioLabsInsight : A Symfony application should be bootable
server_version: 5.6
orm:
auto_generate_proxy_classes: "%kernel.debug%"
naming_strategy: doctrine.orm.naming_strategy.underscore
Expand Down

0 comments on commit 2fae471

Please sign in to comment.