From 2374de66ae14f4e175a207895db6adf5e7740019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sat, 19 Oct 2024 17:34:38 +0200 Subject: [PATCH] Update README credits (#8) --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1615931..2c01039 100644 --- a/README.md +++ b/README.md @@ -187,8 +187,22 @@ php bin/console minify:assets css/main.css css/main.min.css ## Credits -- Minify binary: [Timo Dewolf](https://github.com/tdewolff) -- Symfony Bundle: [Simon André](https://github.com/smnandre) & [SensioLabs](https://github.com/sensiolabs) +### Authors + +- MinifyBundle: [Simon André](https://github.com/smnandre) & [SensioLabs](https://github.com/sensiolabs) +- Minify binary: [Timo Dewolf](https://github.com/tdewolff) + +### Acknowledgments + +This bundle is inspired by the following projects: + +- [SassBundle](https://github.com/SymfonyCasts/sass-bundle) from @SymfonyCasts +- [BiomejsBundle](https://github.com/Kocal/BiomeJsBundle) from @Kocal +- [TypeScriptBundle](https://github.com/sensiolabs/AssetMapperTypeScriptBundle) from @SensioLabs + +### Contributors + +Special thanks to the Symfony community for their contributions and feedback. ## License