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", "description": "A powerful CMS framework",
"type": "project", "type": "project",
"license": "MIT", "license": "MIT",
"minimum-stability": "dev", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"require": { "require": {
"php": ">=8.0.0", "php": ">=8.0.0",

View file

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