File tree 5 files changed +4
-13
lines changed
5 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
pull_request :
6
6
schedule :
7
- - cron : ' 0 03 * * 1' # At 03:00 on Monday.
7
+ - cron : ' 0 03 * * 1' # At 03:00 on Monday.
8
8
9
9
jobs :
10
10
tests :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Transcoder Library
2
2
==================
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/brainbits/transcoder.png?branch=master )] ( https://travis-ci.org/brainbits/transcoder )
5
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/brainbits/transcoder/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/brainbits/transcoder/?branch=master )
6
- [ ![ Scrutinizer Code Coverage] ( https://scrutinizer-ci.com/g/brainbits/transcoder/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/brainbits/transcoder/?branch=master )
7
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/brainbits/transcoder/v/stable.svg )] ( https://packagist.org/packages/brainbits/transcoder )
8
5
[ ![ Total Downloads] ( https://poser.pugx.org/brainbits/transcoder/downloads.svg )] ( https://packagist.org/packages/brainbits/transcoder )
9
- [ ![ Dependency Status ] ( https://www.versioneye. com/php/ brainbits: transcoder/master/ badge.svg )] ( https://www.versioneye. com/php/ brainbits: transcoder/master )
6
+ [ ![ Tests ] ( https://github. com/brainbits/ transcoder/actions/workflows/test.yml/ badge.svg )] ( https://github. com/brainbits/ transcoder/actions )
10
7
11
8
The Transcoder Library provides methods to transcode data.
Original file line number Diff line number Diff line change 39
39
},
40
40
"extra" : {
41
41
"branch-alias" : {
42
- "dev-master" : " 3 .0-dev"
42
+ "dev-master" : " 4 .0-dev"
43
43
}
44
44
}
45
45
}
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
checkMissingIterableValueType : false
3
- level : 8
3
+ level : max
4
4
paths :
5
5
- src
6
6
bootstrapFiles :
You can’t perform that action at this time.
0 commit comments