Update composer.json

Removed `composer test` extra params
This commit is contained in:
2023-02-07 17:02:16 +02:00
committed by GitHub
parent eb9b00edd1
commit ea33c56bd2

View File

@@ -49,6 +49,6 @@
"@composer normalize || true" "@composer normalize || true"
], ],
"check": "vendor/bin/phpstan analyse src tests --level=7", "check": "vendor/bin/phpstan analyse src tests --level=7",
"test": "vendor/bin/phpunit --colors --verbose" "test": "vendor/bin/phpunit"
} }
} }