diff --git a/.gitattributes b/.gitattributes index a2b5b56..f495aed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,9 +4,12 @@ /.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 /tests export-ignore /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 5147b43..c125220 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,9 @@ Contributions of all kinds are welcome. Visit the [project on GitHub](https://github.com/altophp/code-kit) to [report a bug](https://github.com/altophp/code-kit/issues/new), [suggest a feature](https://github.com/altophp/code-kit/issues/new), or -[open a pull request](https://github.com/altophp/code-kit/pulls). Before submitting code, run: +[open a pull request](https://github.com/altophp/code-kit/pulls). + +Before submitting code, run: ```bash # Runs PHP CS Fixer, PHPStan, and PHPUnit @@ -98,13 +100,15 @@ Changes to public behavior should include tests and documentation. ## Support -ALTO CodeKit is open source. You can support its continued development through +ALTO Code Kit 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-kit) is also much appreciated. +Sharing the package or +[starring it on GitHub](https://github.com/altophp/code-kit) also helps. ## License -ALTO CodeKit is released by [ALTO PHP](https://altophp.com) under the +ALTO Code Kit is released by [ALTO PHP](https://altophp.com) under the [MIT License](LICENSE).