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 53dc579..2d0cd2b 100644 --- a/README.md +++ b/README.md @@ -135,12 +135,13 @@ Changes to public behavior should include tests and documentation. ## Support -ALTO Scale is open source. You can support its continued development through +ALTO Scale 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/scale) is also much -appreciated. +Sharing the package or +[starring it on GitHub](https://github.com/altophp/scale) also helps. ## License