You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.`
Help me, please!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: