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
2222
2323# ##> doctrine/doctrine-bundle ###
2424# 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"
2725# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
26+ #
2827DATABASE_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"
2930# ##< doctrine/doctrine-bundle ###
3031
3132# ##> symfony/mailer ###
Original file line number Diff line number Diff line change 33 "license" : " MIT" ,
44 "type" : " project" ,
55 "description" : " Symfony Demo Application" ,
6- "minimum-stability" : " rc " ,
6+ "minimum-stability" : " dev " ,
77 "prefer-stable" : true ,
88 "replace" : {
99 "symfony/polyfill-php72" : " *" ,
8989 },
9090 "extra" : {
9191 "symfony" : {
92+ "require" : " 5.3.*" ,
9293 "allow-contrib" : true
9394 }
9495 }
You can’t perform that action at this time.
0 commit comments