Skip to content

Commit

Permalink
Merge pull request #4 from gerMdz/security-up
Browse files Browse the repository at this point in the history
Paginator
  • Loading branch information
gerMdz committed Jul 28, 2021
2 parents b52d3b9 + 92c9eeb commit e9430a4
Show file tree
Hide file tree
Showing 22 changed files with 2,096 additions and 1,792 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ APP_SECRET=2ca64f8d83b9e89f5f19d672841d6bb8
# For a MySQL database, use: "mysql://db_user:db_password@127.0.0.1:3306/db_name"
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
DATABASE_URL=sqlite:///%kernel.project_dir%/data/database.sqlite
#DATABASE_URL=sqlite:///%kernel.project_dir%/data/database.sqlite

###< doctrine/doctrine-bundle ###

Expand Down
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
DATABASE_URL=sqlite:///%kernel.project_dir%/data/database_test.sqlite
#DATABASE_URL=sqlite:///%kernel.project_dir%/data/database_test.sqlite
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"license": "proprietary",
"license": "MIT",
"description": "Enlaces dinámicos",
"name": "germdz/incalinks",
"type": "project",
"minimum-stability": "stable",
"prefer-stable": true,
Expand All @@ -16,6 +18,7 @@
"doctrine/orm": "^2.5.11",
"erusev/parsedown": "^1.6",
"gedmo/doctrine-extensions": "^3.0",
"knplabs/knp-paginator-bundle": "^5.3",
"sensio/framework-extra-bundle": "^5.1",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^5.1",
Expand Down Expand Up @@ -89,7 +92,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "5.1.*"
"require": "5.3.*"
}
}
}
Loading

0 comments on commit e9430a4

Please sign in to comment.