From 4b305587ec4b4165374764e699de4f7607cb0b45 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 11 May 2024 10:02:00 +0200 Subject: [PATCH] Edit readme --- readme.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/readme.md b/readme.md index 6241fd1f..bb082054 100644 --- a/readme.md +++ b/readme.md @@ -66,22 +66,6 @@ $encoded->save('images/example.jpg'); - GD Library - Imagick PHP extension -## Development & Testing - -This package contains a Docker image for building a test suite and an analysis -container. You must have Docker installed on your system to run all tests using -the following command. - -```bash -docker-compose run --rm --build tests -``` - -Run the static analyzer on the code base. - -```bash -docker-compose run --rm --build analysis -``` - ## Security If you discover any security related issues, please email oliver@intervention.io directly.