diff --git a/composer.json b/composer.json index 38d6248..ec7e977 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "innoge/laravel-policy-soft-cache", - "description": "This package helps prevent performance problems with frequent Policy calls within your application lifecycle. To achieve this policy-calls are soft cached after they have run initially. The cache does not cache policy calls through concurrent requests; only duplicated calls within a single request are cached.", + "description": "This package helps prevent performance problems with frequent Policy calls within your application lifecycle.", "keywords": [ "innoge", "laravel",