I've got an error while updating flarum with composer (flarum/core v1.8.3 -> v1.8.6) :
`Could not update packages
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading symfony/css-selector (v6.4.8 => v7.1.1)
Writing lock file
Installing dependencies from lock file
Package operations: 0 installs, 1 update, 0 removals - Upgrading symfony/css-selector (v6.4.8 => v7.1.1): Extracting archive
Update of symfony/css-selector failed
In Filesystem.php line 303:
Could not delete /var/www/vhosts/MYDOMAIN/httpdocs/questions/vendor/s
ymfony/css-selector/CssSelectorConverter.php:
update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [-i|--interactive] [--root-reqs] [--] [<packages>...]`
Need help to find a solution please !
Thanks