File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " dave13h/php-censor-cronlint-plugin" ,
3+ "description" : " PHP Censor plugin for Cron Linting" ,
4+ "minimum-stability" : " stable" ,
5+ "type" : " php-censor-plugin" ,
6+ "keywords" : [
7+ " php" ,
8+ " php-censor" ,
9+ " testing" ,
10+ " open-source" ,
11+ " ci" ,
12+ " continuous integration" ,
13+ " cron" ,
14+ " lint"
15+ ],
16+ "homepage" : " https://github.com/Dave13h/PHP-Censor-CronLint-Plugin" ,
17+ "license" : " BSD 3-Clause" ,
18+ "authors" : [
19+ {
20+ "name" : " Dave13h" ,
21+ "email" : " dave@d3r.com" ,
22+ "role" : " Developer"
23+ }
24+ ],
25+ "require" : {
26+ "php" : " >=7.0" ,
27+ "hollodotme/crontab-validator" : " ^1.0.*"
28+ },
29+ "autoload" : {
30+ "psr-4" : {
31+ "PHPCensor\\ Plugin\\ " : " src"
32+ }
33+ },
34+ "extra" : {
35+ "php-censor" : {
36+ "pluginNamespace" : " PHPCensor\\ Plugin\\ " ,
37+ "suppliedPlugins" : [
38+ {
39+ "name" : " CronLint" ,
40+ "class" : " CronLint"
41+ }
42+ ]
43+ }
44+ }
45+ }
You can’t perform that action at this time.
0 commit comments