From 0b71d5b0e4330d97fd2cb4010f1393b75c1ec61d Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 4 Mar 2025 12:05:52 +0100 Subject: [PATCH] Update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db08f84..648ebc2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # PHP Monitor website -This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple site that is required. +This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple marketing site that is required. + +## Requirements + +See `composer.json`. + +## Tests + + composer verify + +This will run Rector, Pint and check if all tests pass. \ No newline at end of file