Skip to content

Commit 2ee1a22

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
2 parents ac3a5d8 + 42b396c commit 2ee1a22

File tree

4 files changed

+0
-80
lines changed

4 files changed

+0
-80
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ build:
1818
- php-scrutinizer-run
1919
- phpcs-run
2020

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.

.travis/before_script.sh

Lines changed: 0 additions & 68 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Software License][ico-license]](LICENSE.md)
66
![Supported Magento Versions][ico-compatibility]
77

8-
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
98
[![Quality Score][ico-code-quality]][link-code-quality]
109
[![Maintainability][ico-maintainability]][link-maintainability]
1110
</div>
@@ -89,7 +88,6 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
8988
9089
[ico-version]: https://img.shields.io/packagist/v/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
9190
[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
9391
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
9492
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-configurable-wysiwyg?style=flat-square
9593
[ico-compatibility]: https://img.shields.io/badge/magento-2.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
"IntegerNet\\ConfigurableWysiwyg\\": "src"
1919
}
2020
},
21-
"autoload-dev": {
22-
"psr-4": {
23-
"IntegerNet\\ConfigurableWysiwyg\\": "tests/src"
24-
}
25-
},
2621
"repositories": [
2722
{
2823
"type": "composer",
@@ -35,7 +30,6 @@
3530
},
3631
"require-dev": {
3732
"roave/security-advisories": "dev-master",
38-
"phpunit/phpunit": "^6.0|^9.0",
3933
"pds/skeleton": "^1.0",
4034
"phpro/grumphp": "^v0.21.0",
4135
"phpstan/phpstan": "^0.12.0",

0 commit comments

Comments
 (0)