From 93808b2369b1bf9c49eaf26aaacaaf93af4e3962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 20 Sep 2026 17:48:08 +0200 Subject: [PATCH] Normalize repository files --- .gitattributes | 2 ++ .gitignore | 1 - README.md | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index d372ca0..f495aed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ /.github export-ignore /.gitignore export-ignore /.php-cs-fixer.dist.php export-ignore +/composer.lock export-ignore /docs export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore @@ -11,3 +12,4 @@ /docs/** linguist-documentation /tests/Fixtures/** -linguist-detectable +/tests/fixtures/** -linguist-detectable diff --git a/.gitignore b/.gitignore index 8346dbb..d6c64c9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ /.php-cs-fixer.cache /coverage/ /coverage.xml -/clover.xml diff --git a/README.md b/README.md index 8851822..b9bb25b 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,9 @@ Contributions of all kinds are welcome. Visit the [project on GitHub](https://github.com/altophp/code-slicer) to [report a bug](https://github.com/altophp/code-slicer/issues/new), [suggest a feature](https://github.com/altophp/code-slicer/issues/new), or -[open a pull request](https://github.com/altophp/code-slicer/pulls). Before submitting code, run: +[open a pull request](https://github.com/altophp/code-slicer/pulls). + +Before submitting code, run: ```bash # Runs PHP CS Fixer, PHPStan, and PHPUnit @@ -182,11 +184,13 @@ Changes to public behavior should include tests and documentation. ## Support -ALTO Code Slicer is open source. You can support its continued development through +ALTO Code Slicer is open source and independently maintained by +[Simon André](https://smnandre.dev). If it is useful to your work, you can +support its continued development through [GitHub Sponsors](https://github.com/sponsors/smnandre). -Sharing this package with others or -[starring it on GitHub](https://github.com/altophp/code-slicer) is also much appreciated. +Sharing the package or +[starring it on GitHub](https://github.com/altophp/code-slicer) also helps. ## License