Skip to content

Commit f958055

Browse files
committed
move php-cs-fixer into the org
1 parent 6ce347f commit f958055

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

contrib.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,17 +1037,6 @@
10371037
"tags": true
10381038
}
10391039
]
1040-
},
1041-
{
1042-
"name": "SublimeLinter-contrib-php-cs-fixer",
1043-
"details": "https://github.com/jhoff/SublimeLinter-contrib-php-cs-fixer",
1044-
"labels": ["linting", "SublimeLinter", "php-cs-fixer"],
1045-
"releases": [
1046-
{
1047-
"sublime_text": ">=3000",
1048-
"tags": true
1049-
}
1050-
]
10511040
},
10521041
{
10531042
"name": "SublimeLinter-contrib-phpins",

org.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,17 @@
546546
}
547547
]
548548
},
549+
{
550+
"details": "https://github.com/SublimeLinter/SublimeLinter-php-cs-fixer",
551+
"previous_names": ["SublimeLinter-contrib-php-cs-fixer"],
552+
"labels": ["linting", "SublimeLinter", "php", "php-cs-fixer"],
553+
"releases": [
554+
{
555+
"sublime_text": ">=3000",
556+
"tags": true
557+
}
558+
]
559+
},
549560
{
550561
"details": "https://github.com/SublimeLinter/SublimeLinter-phpcs",
551562
"labels": ["linting", "SublimeLinter", "phpcs", "php"],

0 commit comments

Comments
 (0)