Skip to content

Commit 58822bd

Browse files
composer up
1 parent b0f5db5 commit 58822bd

File tree

4 files changed

+84
-79
lines changed

4 files changed

+84
-79
lines changed

.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
#
2827
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"
2930
###< doctrine/doctrine-bundle ###
3031

3132
###> symfony/mailer ###

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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": "*",
@@ -89,6 +89,7 @@
8989
},
9090
"extra": {
9191
"symfony": {
92+
"require": "5.3.*",
9293
"allow-contrib": true
9394
}
9495
}

0 commit comments

Comments
 (0)