FbF / Laravel-Youtube

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

How to fix install Laravel-Youtube #26

Open giaphiep opened 8 years ago

giaphiep commented 8 years ago

Hello, I can not install FbF/Laravel-Youtube this is required in my file composer.json

"require": { "php": ">=5.5.9", "laravel/framework": "5.2.*", "laravel/socialite": "^2.0", "intervention/image": "^2.3", "jenssegers/date": "^3.2", "vinkla/vimeo": "^3.2", "fbf/laravel-youtube": "dev-master" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", "phpunit/phpunit": "~4.0", "symfony/css-selector": "2.8.*|3.0.*", "symfony/dom-crawler": "2.8.*|3.0.*" },

i searched google they said change "minimum-stability": "stable", "prefer-stable": false, to "minimum-stability": "dev", "prefer-stable": true,

but it's still not working :( . it's show error

`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

Help me, please!

eugenecooper commented 7 years ago

+1 The same issue here

bobbypratama97 commented 4 years ago

i have the same issue, anyone have solution?