1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

Edit readme

This commit is contained in:
Oliver Vogel 2024-05-11 10:02:00 +02:00
parent eed36c4081
commit 4b305587ec
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -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.