Skip to content

Commit 2aef6db

Browse files
committed
Upgrade to Symfony Demo 1.5.1
Symfony 4 triggers functionality which is deprecated as of PHP 7.4.0.
1 parent 37e9248 commit 2aef6db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgo/cases/symfony_demo_pdo_mysql/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ doctrine:
2121
url: '%env(resolve:DATABASE_URL)%'
2222
orm:
2323
auto_generate_proxy_classes: '%kernel.debug%'
24-
naming_strategy: doctrine.orm.naming_strategy.underscore
24+
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
2525
auto_mapping: true
2626
mappings:
2727
App:

pgo/cases/symfony_demo_pdo_mysql/phpsdk_pgo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"symfony_demo_version": "v1.4.4",
2+
"symfony_demo_version": "v1.5.1",
33
"type": "web",
44
"srv_http": "nginx",
55
"srv_db": "mariadb"

0 commit comments

Comments
 (0)