FbF / Laravel-Youtube

A Laravel package to upload videos to a YouTube channel
MIT License
93 stars 31 forks source link

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

Open andrewcaulfield opened 9 years ago

andrewcaulfield commented 9 years ago

Getting the following issue when trying to use the package in Laravel 5

screen shot 2015-02-10 at 10 20 21

ghost commented 9 years ago

Same. It's set to depend on Laravel 4; I wonder if there are any issues preventing an update? 5 wasn't out the last time this was updated.

andrewcaulfield commented 9 years ago

I was talking to Neil on twitter. He said he no longer maintains the repo as he has moved on from the company. He doesn't even have access to it anymore, So I guess nothing will be fixed on this.

Jaspur commented 9 years ago

@andrewcaulfield @evandentremont send your PR, it'll be merged. Like mine was few days back.

andrewcaulfield commented 9 years ago

@Jaspur Do you not have a pull request sitting there for 1 month now? Will make my changes and submit.

sid606 commented 9 years ago

So no luck to get this working on Laravel 5?

adamscybot commented 9 years ago

If someone submits a pull request, I will merge it.

While we do not actively maintain this repo (at this time), I'll make sure to check in and see that things get merged.

phuclh commented 9 years ago

I have same problem with Lar5, how can I resolve it? Thank you.

fawadahmad commented 9 years ago

I am getting the same problem on Laravel 4.2

o2-web commented 8 years ago

laravel 5.1 same problem

o2-web commented 8 years ago

@fawadahmad, laravel 4.2 depends phpseclib 0.3.* so you won't be able to install fbf/laravel-youtube, becouse it depends on google-apiclient: dev-master, that depends on phpseclib ~2.0

muhamed-didovic commented 7 years ago

Hi guys, I have forked this project and modified it for L5 version (https://github.com/muhamed-didovic/Laravel-Youtube) It is still not finished, so if you really need you can use it.

Also there is other package https://github.com/JoeDawson/youtube which I have used in my own package a lot.