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
Installation request for fbf/laravel-youtube dev-master -> satisfiable by fbf/laravel-youtube[dev-master].
fbf/laravel-youtube dev-master requires google/apiclient dev-master -> satisfiable by google/apiclient[dev-master] but these conflict with your requirements or minimum-stability.`
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!