fix packaging issue (composer minimum stability)

This commit is contained in:
Simon Vieille 2022-01-25 09:08:05 +01:00
parent a038ee50f4
commit 60879667b8
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"description": "A powerful CMS framework",
"type": "project",
"license": "MIT",
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.0.0",

View File

@ -34,10 +34,10 @@ security:
logout:
path: auth_logout
target: /
# remember_me:
# secret: '%kernel.secret%'
# lifetime: 604800
# path: /
remember_me:
secret: '%kernel.secret%'
lifetime: 604800
path: /
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used