初心者です。
composer require spatie/laravel-google-calendarをインストールしたいですが
上記のコマンドを打つとエラーが出てきます。
Your requirements could not be resolved to an installable set of packages.
Problem 1
- spatie/laravel-google-calendar[2.2.0, ..., 2.2.2] require illuminate/support ^5.4.0 -> found illuminate/support[v5.4.0, ..., v5.8.36] but it conflicts with another require.
- spatie/laravel-google-calendar[2.3.0, ..., 2.6.2] require php ^7.2 -> your php version (7.0.33) does not satisfy that requirement.
- Root composer.json requires spatie/laravel-google-calendar ^2.2 -> satisfiable by spatie/laravel-google-calendar[2.2.0, ..., 2.6.2].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
どのように解決すればよいかわかりません。
ご教授いただけるとありがたいです。
宜しくお願い致します。
phpのバージョンは7.0.33
laravelは5.1.46です
やってみたこととして、composer.jsonに直接spatie/laravel-google-calendarと記述し、
composer updateをしましたが駄目でした。
追記
fullcalendarに入れた予定をDBに格納しております。
やりたいこととしてはfullcaelndarとgoogleカレンダーを連動させたいです。
fullcalendarに入れた予定をgoogleカレンダーに反映し、
fullcalendarで作成・編集した予定をgoogleカレンダーに反映させたいです。