akiyamaSM / larapoll

A Laravel package to manage your polls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update to Laravel 9 needed

Temian1 opened this issue · comments

unable to install package on laravel 9

@akiyamaSM Is it supported in laravel 9?

Problem 1
- inani/larapoll[1.0, 2.0, ..., 2.5.1] require illuminate/support ~5 -> found illuminate/support[v5.0.0, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
- inani/larapoll[2.7, ..., 2.9] require illuminate/support ~5|~6|~7 -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6] but these were not loaded, likely because it conflicts with another require.
- inani/larapoll 2.52 requires illuminate/support ~5|~6 -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44] but these were not loaded, likely because it conflicts with another require.
- inani/larapoll[2.5.2, ..., 2.9.5, 3.0, ..., 3.1] require illuminate/support ~5|~6|~7|~8 -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires inani/larapoll * -> satisfiable by inani/larapoll[1.0, 2.0, ..., 2.52, 3.0, 3.1].

@akiyamaSM how can I install this package for laravel 9 ?