Skip to content

Commit

Permalink
Add small intro paragraph to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Dec 2, 2022
1 parent 4f70e63 commit cde36eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ PHP Compatibility Github Action

This Github Action runs PHPCompatibility/PHPCompatibility on your source code in an easy way.

PHPCompatibility is a set of sniffs for PHP CodeSniffer that checks for PHP cross-version compatibility. It will allow you to analyse your code for compatibility with higher and lower versions of PHP. This way you can confidently make changes to your code and make sure you don't break backwards compatibility on it.

## Inputs

### skip-php-setup
Expand Down

0 comments on commit cde36eb

Please sign in to comment.