[composer require nao-pon/flysystem-google-drive:~1.1"] "I also tried many other commands for solving the error but they didn't work out so these are some commands I used "composer update", "composer install", "composer dump-autoload"
Asked
Active
Viewed 201 times
0
-
Most probably you have to downgrade `league/flysystem`. But, this package was last updated in 2020, Are you sure you want to use that? – Tipu Sultan Eiko Jun 16 '22 at 06:17
-
yes because I want to connect with google drive and dropbox at the same time and manage both backup files at the same time. so for that I need the flysystem package. – anshul trivedi Jun 17 '22 at 09:22
-
Have you tried the suggestion given by Composer with the error message (`--with-all-dependencies`)? – hakre Jun 18 '22 at 15:25
-
yes I tried it. – anshul trivedi Jun 21 '22 at 05:04