Add support for os-families-exclude
in extensions composer.json
#193
continuous-integration.yml
on: pull_request
Matrix: unit-tests
Matrix: behaviour-tests
Matrix: build-phar / build-phar
Waiting for pending jobs
Annotations
3 errors
InvalidArgument:
test/unit/DependencyResolver/PackageTest.php#L48
test/unit/DependencyResolver/PackageTest.php:48:45: InvalidArgument: Argument 1 of Composer\Package\CompletePackage::setPhpExt expects array{'configure-options'?: list<array{description?: string, name: string}>, 'extension-name'?: string, 'support-nts'?: bool, 'support-zts'?: bool, priority?: int}|null, but array{'os-families-exclude': list{'WINDOWS', 'Darwin'}} with additional array shape fields (os-families-exclude) was provided (see https://psalm.dev/004)
|
InvalidArgument:
test/unit/DependencyResolver/PackageTest.php#L62
test/unit/DependencyResolver/PackageTest.php:62:45: InvalidArgument: Argument 1 of Composer\Package\CompletePackage::setPhpExt expects array{'configure-options'?: list<array{description?: string, name: string}>, 'extension-name'?: string, 'support-nts'?: bool, 'support-zts'?: bool, priority?: int}|null, but array{'os-families': array<never, never>} with additional array shape fields (os-families) was provided (see https://psalm.dev/004)
|
static-analysis
Process completed with exit code 2.
|