Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
/.php-cs-fixer.cache
/coverage/
/coverage.xml
/clover.xml
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Loading