File tree 4 files changed +0
-80
lines changed 4 files changed +0
-80
lines changed Original file line number Diff line number Diff line change 18
18
- php-scrutinizer-run
19
19
- phpcs-run
20
20
21
- tools :
22
- external_code_coverage :
23
- runs : 2 # Scrutinizer will wait for two code coverage submissions (unit and integration test suites)
24
- timeout : 2400 # Timeout in seconds.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
[ ![ Software License] [ ico-license ]] ( LICENSE.md )
6
6
![ Supported Magento Versions] [ ico-compatibility ]
7
7
8
- [ ![ Coverage Status] [ ico-scrutinizer ]] [ link-scrutinizer ]
9
8
[ ![ Quality Score] [ ico-code-quality ]] [ link-code-quality ]
10
9
[ ![ Maintainability] [ ico-maintainability ]] [ link-maintainability ]
11
10
</div >
@@ -89,7 +88,6 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
89
88
90
89
[ico-version]: https://img.shields.io/packagist/v/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
91
90
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
92
- [ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-configurable-wysiwyg?style=flat-square
93
91
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
94
92
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-configurable-wysiwyg?style=flat-square
95
93
[ico-compatibility]: https://img.shields.io/badge/magento-2.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square
Original file line number Diff line number Diff line change 18
18
"IntegerNet\\ ConfigurableWysiwyg\\ " : " src"
19
19
}
20
20
},
21
- "autoload-dev" : {
22
- "psr-4" : {
23
- "IntegerNet\\ ConfigurableWysiwyg\\ " : " tests/src"
24
- }
25
- },
26
21
"repositories" : [
27
22
{
28
23
"type" : " composer" ,
35
30
},
36
31
"require-dev" : {
37
32
"roave/security-advisories" : " dev-master" ,
38
- "phpunit/phpunit" : " ^6.0|^9.0" ,
39
33
"pds/skeleton" : " ^1.0" ,
40
34
"phpro/grumphp" : " ^v0.21.0" ,
41
35
"phpstan/phpstan" : " ^0.12.0" ,
You can’t perform that action at this time.
0 commit comments