Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the readme to link to tool websites #215

Merged
merged 1 commit into from
Oct 18, 2023
Merged
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ You can also configure the plugin to fix the issues using either

Requirements for this plugin, should you want all the options to work:

- PHP_CodeSniffer 3.5+ (potentially works with lower versions, but this hasn’t been tested) - Install
- PHPMD 2.8+ (potentially works with lower versions, but this hasn’t been tested) - Install
- PHP CS Fixer version 2.6+ (potentially works with lower versions, but this hasn’t been tested) - Install
- [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) 3.5+
- [PHPMD](https://phpmd.org) 2.8+
- [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) 2.6+

This plugin has been tested on:

Expand All @@ -28,6 +28,8 @@ This plugin has been tested on:
- Sublime Text 3
- Sublime Text 4

It may work with other versions, but we cannot confirm that.

## Installation

Use Sublime Text’s Package Control (Tools -> Command Palette -> Package Control: Install Package -> Phpcs) to install this plugin. This is the recommended installation path.
Expand Down
Loading