petehouston / laravel-tinymce-simple-imageupload

Simple image upload for TinyMCE in Laravel.
69 stars 25 forks source link

Your requirements could not be resolved to an installable set of packages. #17

Open SimonGuitarJackson2020 opened 4 years ago

SimonGuitarJackson2020 commented 4 years ago

Hi Pete, I'm new to development. I'm trying to get TinyMCE to upload images, so I'm excited by your package. Unfortunately when I ran $ composer require "petehouston/laravel-tinymce-simple-imageupload:~1.3" I got this readout above.

I also got all this:

./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

Do I need to change a setting somewhere? Is there a way for me to get this working? Are you still into this package or is there something else you would recommend?

Thanks in advance,

Simon

amirasyraf commented 4 years ago

This package only supports up to Laravel 6, see the composer.json:

"illuminate/support": "~5.1|~6.0"

tprinty commented 2 years ago

Is there a replacement for this package in newer versions of Laravel 7.0+ ?