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 #5

Open AitoApps opened 10 years ago

AitoApps commented 10 years ago

composer.js

{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "require": { "laravel/framework": "4.1.*", "way/generators": "dev-master", "doctrine/dbal": "~2.3", "fbf/laravel-youtube": "dev-master" }, "autoload": { "classmap": [ "app/commands", "app/controllers", "app/models", "app/database/migrations", "app/database/seeds", "app/tests/TestCase.php" ] }, "scripts": { "post-install-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-update-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-create-project-cmd": [ "php artisan key:generate" ] }, "config": { "preferred-install": "dist" }, "minimum-stability": "stable" }

aagrazal commented 10 years ago

Change in your composer,json "minimum-stability": "dev" stable to dev.

ghost commented 9 years ago

Also set "prefer-stable": true right afterwards if you don't want dev versions of everything.