From f414082d6f833dbfc448a1bd22891c2c5980c475 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 | 14 +++++++++----- 3 files changed, 11 insertions(+), 6 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 24b957f..9d65b72 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,9 @@ Contributions of all kinds are welcome. Visit the [project on GitHub](https://github.com/altophp/code-snippet) to [report a bug](https://github.com/altophp/code-snippet/issues/new), [suggest a feature](https://github.com/altophp/code-snippet/issues/new), or -[open a pull request](https://github.com/altophp/code-snippet/pulls). Before submitting code, run: +[open a pull request](https://github.com/altophp/code-snippet/pulls). + +Before submitting code, run: ```bash # Runs PHP CS Fixer, PHPStan, and PHPUnit @@ -150,13 +152,15 @@ Changes to public behavior should include tests and documentation. ## Support -ALTO CodeSnippet is open source. You can support its continued development through +ALTO Code Snippet 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-snippet) is also much appreciated. +Sharing the package or +[starring it on GitHub](https://github.com/altophp/code-snippet) also helps. ## License -ALTO CodeSnippet is released by [ALTO PHP](https://altophp.com) under the +ALTO Code Snippet is released by [ALTO PHP](https://altophp.com) under the [MIT License](LICENSE).