When trying to update composer throws an error when creating the autoloader:
composer dump-autoload -o
...
In ClassMapGenerator.php line 158:
realpath of /path/to/vendor/vgrem/php-spo/src/SharePoint/Sharing/ShareLinkPartialSuccessResponse.php failed to resolve, got false
This is because there is a slash in (at least) 3 folder names:
- https://github.com/vgrem/phpSPO/tree/master/src/SharePoint/%5CPublishing
- https://github.com/vgrem/phpSPO/tree/master/src/SharePoint/%5CSharing
- https://github.com/vgrem/phpSPO/tree/master/src/SharePoint/%5CTaxonomy%5CContentTypeSync
When trying to update composer throws an error when creating the autoloader:
composer dump-autoload -o ... In ClassMapGenerator.php line 158: realpath of /path/to/vendor/vgrem/php-spo/src/SharePoint/Sharing/ShareLinkPartialSuccessResponse.php failed to resolve, got falseThis is because there is a slash in (at least) 3 folder names: