PHP 8.1.6
Laravel Framework 8.83.24
エラー内容
Installation failed, reverting ./composer.json and ./composer.lock to their original content.解決法
- 前提としてphpoffice/phpspreadsheetのパッケージが必要らしい
composer require phpoffice/phpspreadsheetを実行
composer.json内に"phpoffice/phpspreadsheet": "dev-NumberFormatMask-Helpers"が記述される
- バージョンが対応していないので直す必要がある
composer.json内の上記部分を"phpoffice/phpspreadsheet": "^1.9"に変更
インストールできた