1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Merge pull request #6239 from weirdan/drop-appveyor-reporter

Drop Appveyor reporter as we no longer use Appveyor
This commit is contained in:
Bruce Weirdan 2021-08-03 19:50:47 +03:00 committed by GitHub
commit 5f8d8f5bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -52,7 +52,6 @@
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/process": "^4.3 || ^5.0",
"weirdan/phpunit-appveyor-reporter": "^1.0.0",
"weirdan/prophecy-shim": "^1.0 || ^2.0"
},
"suggest": {

View File

@ -48,7 +48,4 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<extensions>
<extension class="Weirdan\PhpUnitAppVeyorReporter\Listener"></extension>
</extensions>
</phpunit>