build: fix script path
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^7.1|^8", | |||
"ext-json": "*", | "ext-json": "*", | ||
"psr/log": "^1" | "psr/log": "^1" | ||
}, | }, | ||
... | @@ -26,10 +27,5 @@ | ... | @@ -26,10 +27,5 @@ |
"@test:phpcs", | "@test:phpcs", | ||
"@test:phpstan" | "@test:phpstan" | ||
] | ] | ||
}, | } | ||
"config": { | |||
"allow-plugins": { | |||
"dealerdirect/phpcodesniffer-composer-installer": false | |||
} | |||
} | |||
} | } |
Please register or sign in to comment