From 37060d15b49bae1933ad165dfb7c4e69b79e2def Mon Sep 17 00:00:00 2001 From: Andre Macola Date: Wed, 2 Sep 2020 15:48:52 -0300 Subject: [PATCH] Add PHP CBF Package --- repository/p.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/p.json b/repository/p.json index 0218a3d8e8c..bffdea81738 100644 --- a/repository/p.json +++ b/repository/p.json @@ -986,6 +986,18 @@ } ] }, + { + "name": "PHP CBF", + "details": "https://github.com/andremacola/sublime-PHP_CBF", + "issues": "https://github.com/andremacola/sublime-PHP_CBF/issues", + "labels": ["php", "phpcs", "formatting"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "PHP Codebeautifier", "details": "https://github.com/Ennosuke/PHP-Codebeautifier",