File tree Expand file tree Collapse file tree 4 files changed +84
-79
lines changed Expand file tree Collapse file tree 4 files changed +84
-79
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ APP_SECRET=2ca64f8d83b9e89f5f19d672841d6bb8
22
22
23
23
# ##> doctrine/doctrine-bundle ###
24
24
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
25
- # For a MySQL database, use: "mysql://db_user:db_password@127.0.0.1:3306/db_name"
26
- # For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
27
25
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
26
+ #
28
27
DATABASE_URL = sqlite:///%kernel.project_dir%/data/database.sqlite
28
+ # DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7",
29
+ # DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8"
29
30
# ##< doctrine/doctrine-bundle ###
30
31
31
32
# ##> symfony/mailer ###
Original file line number Diff line number Diff line change 3
3
"license" : " MIT" ,
4
4
"type" : " project" ,
5
5
"description" : " Symfony Demo Application" ,
6
- "minimum-stability" : " rc " ,
6
+ "minimum-stability" : " dev " ,
7
7
"prefer-stable" : true ,
8
8
"replace" : {
9
9
"symfony/polyfill-php72" : " *" ,
89
89
},
90
90
"extra" : {
91
91
"symfony" : {
92
+ "require" : " 5.3.*" ,
92
93
"allow-contrib" : true
93
94
}
94
95
}
You can’t perform that action at this time.
0 commit comments