Laravel-auto-form-generator icon indicating copy to clipboard operation
Laravel-auto-form-generator copied to clipboard

Can't install

Open cynosure-networx opened this issue 10 years ago • 4 comments

I get this when trying to install the form generator

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

Problem 1 - Conclusion: remove laravel/framework v4.1.23 - Conclusion: don't install laravel/framework v4.1.23 - Conclusion: don't install laravel/framework v4.1.22 - Conclusion: don't install laravel/framework v4.1.21 - Conclusion: don't install laravel/framework v4.1.20 - Conclusion: don't install laravel/framework v4.1.19 - Conclusion: don't install laravel/framework v4.1.18 - Conclusion: don't install laravel/framework v4.1.17 - Conclusion: don't install laravel/framework v4.1.16 - Conclusion: don't install laravel/framework v4.1.15 - Conclusion: don't install laravel/framework v4.1.14 - Conclusion: don't install laravel/framework v4.1.13 - Conclusion: don't install laravel/framework v4.1.12 - Conclusion: don't install laravel/framework v4.1.11 - Conclusion: don't install laravel/framework v4.1.10 - Conclusion: don't install laravel/framework v4.1.9 - Conclusion: don't install laravel/framework v4.1.8 - Conclusion: don't install laravel/framework v4.1.7 - Conclusion: don't install laravel/framework v4.1.6 - Conclusion: don't install laravel/framework v4.1.5 - Conclusion: don't install laravel/framework v4.1.4 - Conclusion: don't install laravel/framework v4.1.3 - Installation request for robin-malfait/formgenerator dev-master -> satisfiable by robin-malfait/formgenerator[dev-master]. - Conclusion: don't install laravel/framework v4.1.2 - Conclusion: don't install laravel/framework v4.1.1 - robin-malfait/formgenerator dev-master requires illuminate/support 4.0.x -> satisfiable by illuminate/support[v4.0.0, v4.0.1, v4.0.10, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6, v4.0.7, v4.0.8, v4.0.9]. - don't install illuminate/support v4.0.0|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.1|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.10|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.2|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.3|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.4|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.5|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.6|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.7|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.8|don't install laravel/framework v4.1.0 - don't install illuminate/support v4.0.9|don't install laravel/framework v4.1.0 - Installation request for laravel/framework 4.1.* -> satisfiable by laravel/framework[v4.1.0, v4.1.1, v4.1.10, v4.1.11, v4.1.12, v4.1.13, v4.1.14, v4.1.15, v4.1.16, v4.1.17, v4.1.18, v4.1.19, v4.1.2, v4.1.20, v4.1.21, v4.1.22, v4.1.23, v4.1.3, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.1.9].

tried setting the framework to 23, and still didn't work... some help would be appreciated.

following is my composer.json file: { "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "require": { "laravel/framework": "4.1.", "fzaninotto/faker": "", "laravelbook/ardent": "dev-master", "zizaco/entrust": "dev-master", "zizaco/confide": "dev-master", "robin-malfait/formgenerator": "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" }

thanks

cynosure-networx avatar Mar 09 '14 23:03 cynosure-networx

I have the same issue. It's annoying, please write your dependencies as you should.

ash-rain avatar Mar 26 '14 11:03 ash-rain

I have had the same issue, I read the information and tried the steps suggested in one of the error messages I got, but no joy: https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion

I've had to remove this package from my project but I'd love to be able to use it the future. If you have any suggestions why this may be happening, please let us know.

My composer.json:

{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "require": { "laravel/framework": "4.1.", "phpunit/phpunit": "3.7.", "doctrine/dbal": "2.3.4", "laravelbook/ardent": "dev-master", "way/generators": "dev-master", "zizaco/factory-muff": "dev-master", "mockery/mockery": "dev-master", "fzaninotto/faker": "1.3.*@dev", "magniloquent/magniloquent": "dev-master" }, "autoload": { "classmap": [ "app/commands", "app/controllers", "app/models", "app/database/migrations", "app/database/seeds", "app/tests/TestCase.php", "app/lib" ] }, "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" }

Thanks

gnarlymedia avatar May 05 '14 06:05 gnarlymedia

Send me a PR

RobinMalfait avatar Jan 12 '15 12:01 RobinMalfait

i followed Robin's instructions but cannot install either

lollylegs avatar Apr 01 '15 10:04 lollylegs