diff --git a/composer.json b/composer.json index 155641c..de5e0af 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 225caea..9665acd 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -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