From 1d1fdac3bd066ec4cc59077a18dec0b08916c2df Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 2 Aug 2024 16:20:05 +0200 Subject: [PATCH] Archive the repository --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2dacb6a..77a3d9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Local PHP Security Checker ========================== +**WARNING**: This repository is now archived. Use `composer audit` instead: + + COMPOSER_AUDIT_ABANDONED=ignore composer audit + The Local PHP Security Checker is a command line tool that checks if your PHP application depends on PHP packages with known security vulnerabilities. It uses the [Security Advisories Database][1] behind the scenes.