From c43e93e54cfd6e45aa3afd593170754554615827 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 | 3 --- README.md | 14 ++++++++------ 3 files changed, 10 insertions(+), 9 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 227a596..d6c64c9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,3 @@ /.php-cs-fixer.cache /coverage/ /coverage.xml -/clover.xml -/phpstan.neon -/phpunit.xml diff --git a/README.md b/README.md index 8b614d8..35e7ed0 100644 --- a/README.md +++ b/README.md @@ -79,17 +79,19 @@ composer qa Changes to public behavior should include tests and documentation. -Bundled definitions live in `data/languages/`. Add one file named after the language slug; the -catalog consistency tests validate its identifiers, filenames, and parent relationship. +Bundled definitions live in `data/languages/`. Add one file named after the +language slug; catalogue tests validate identifiers, filenames, and parent +relationships. ## Support -ALTO Language is open source. You can support its continued development through +ALTO Language 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/language) is also much -appreciated. +Sharing the package or +[starring it on GitHub](https://github.com/altophp/language) also helps. ## License