File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Test Status] ( https://github.com/plesk/api-php-lib/actions/workflows/test.yml/badge.svg )] ( https://github.com/plesk/api-php-lib/actions/workflows/test.yml )
4
4
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/plesk/api-php-lib/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/plesk/api-php-lib/?branch=master )
5
- [ ![ StyleCI] ( https://styleci.io/repos/26514840/shield?branch=master )] ( https://styleci.io/repos/26514840 )
6
5
[ ![ codecov] ( https://codecov.io/gh/plesk/api-php-lib/branch/master/graph/badge.svg?token=5Kwbddpdeb )] ( https://codecov.io/gh/plesk/api-php-lib )
7
6
8
7
PHP object-oriented library for Plesk XML-RPC API.
Original file line number Diff line number Diff line change 31
31
"scripts" : {
32
32
"test" : " phpunit" ,
33
33
"test:watch" : " phpunit-watcher watch" ,
34
- "lint" : " psalm"
34
+ "lint" : [
35
+ " psalm" ,
36
+ " phpcs"
37
+ ]
35
38
},
36
39
"autoload" : {
37
40
"psr-4" : {
You can’t perform that action at this time.
0 commit comments