Skip to content

Commit

Permalink
Merge 0d76aa1 into e6a8437
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Apr 7, 2020
2 parents e6a8437 + 0d76aa1 commit bc47249
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
- mysql

php:
- 7.2
- 7.3
- 7.4
- nightly

Expand All @@ -15,10 +13,9 @@ matrix:
include:
- php: 7.2
env: COVERAGE=run
- php: 7.2
- php: 7.3
env: CS_FIXER=run
allow_failures:
- php: 7.4
- php: nightly

# faster builds on new travis setup not using sudo
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ doctrine:
entity_managers:
default:
auto_mapping: true
naming_strategy: doctrine.orm.naming_strategy.underscore
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
dql:
datetime_functions:
DATE: DoctrineExtensions\Query\Mysql\Date
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^7.2",
"beberlei/doctrineextensions": "^1.2",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-bundle": "^1.12",
"doctrine/doctrine-migrations-bundle": "^2.0",
"doctrine/orm": "^2.5",
"incenteev/composer-parameter-handler": "^2.0",
Expand Down
37 changes: 19 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc47249

Please sign in to comment.