diff --git a/contrib.json b/contrib.json index e2a9891..c37b0b4 100644 --- a/contrib.json +++ b/contrib.json @@ -1037,17 +1037,6 @@ "tags": true } ] - }, - { - "name": "SublimeLinter-contrib-php-cs-fixer", - "details": "https://github.com/jhoff/SublimeLinter-contrib-php-cs-fixer", - "labels": ["linting", "SublimeLinter", "php-cs-fixer"], - "releases": [ - { - "sublime_text": ">=3000", - "tags": true - } - ] }, { "name": "SublimeLinter-contrib-phpins", diff --git a/org.json b/org.json index b90d3ce..1caade9 100644 --- a/org.json +++ b/org.json @@ -546,6 +546,21 @@ } ] }, + { + "details": "https://github.com/SublimeLinter/SublimeLinter-php-cs-fixer", + "previous_names": ["SublimeLinter-contrib-php-cs-fixer"], + "labels": ["linting", "SublimeLinter", "php", "php-cs-fixer"], + "releases": [ + { + "sublime_text": "3000 - 3999", + "tags": "st3-" + }, + { + "sublime_text": ">=4000", + "tags": true + } + ] + }, { "details": "https://github.com/SublimeLinter/SublimeLinter-phpcs", "labels": ["linting", "SublimeLinter", "phpcs", "php"],