tisstech / bootstrap-laravel-scaffold

http://wfsnet.in/WsCyM
4 stars 0 forks source link

error: Your requirements could not be resolved to an installable set of packages. #6

Open flik opened 8 years ago

flik commented 8 years ago

I am getting these errors when I run the command -> composer update

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

Problem 1

deyvisonrocha commented 8 years ago

Paste here your composer.json only require and require-dev objects.

flik commented 8 years ago

"require": { "php": ">=5.5.9", "laravel/framework": "5.2.", "dog-ears/crud-d-scaffold": "1.", "laravelcollective/html": "~5.0" }, "require-dev": { "fzaninotto/faker": "~1.4", "tisstech/bootstrap-laravel-scaffold": "dev-master" "mockery/mockery": "0.9.", "phpunit/phpunit": "~4.0", "symfony/css-selector": "2.8.|3.0.", "symfony/dom-crawler": "2.8.|3.0.*" },

deyvisonrocha commented 8 years ago

This package not work with the Laravel 5.*, only 4.2.

flik commented 8 years ago

:(