jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Cannot install due to dependencies symfony/finder multi version [v2.6.0, v2.7.3]. #68

Closed sunel closed 9 years ago

sunel commented 9 years ago

$ composer global require jonathantorres/construct Changed current directory to E:/users/sunel.saminathan/AppData/Roaming/Composer Using version ^1.4 for jonathantorres/construct ./composer.json has been updated 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 failed, reverting ./composer.json to its original content.

jonathantorres commented 9 years ago

Can I see your global composer.json file? To see if I can replicate?

sunel commented 9 years ago

Its just default global composer.json file no other package added to it

pmatseykanets commented 9 years ago

@jonathantorres I'm experiencing the same issue.

My global composer.json shows

➜  src  cat ~/.composer/composer.json
{
    "require": {
        "laravel/installer": "~1.1",
        "laravel/homestead": "~2.0",
        "laravel/lumen-installer": "~1.0",
        "franzl/studio": "^0.9.5",
        "phpmd/phpmd": "@stable",
        "fabpot/php-cs-fixer": "^1.10"
    }
}
sunel commented 9 years ago

When i tried in OSX it installed fine , But the problem occurred in Windows

jonathantorres commented 9 years ago

@sunel I see. I'll debug on a Windows machine. My first guess it's an issue with illuminate components.

@pmatseykanets are you also on Windows?

pmatseykanets commented 9 years ago

@jonathantorres No, I'm on OS X. I don't think it has anything to do with the OS.

jonathantorres commented 9 years ago

Just released a patch. Try to install again composer global require jonathantorres/construct

sunel commented 9 years ago

:thumbsup: its working now

pmatseykanets commented 9 years ago

Thank you @jonathantorres. It's working for me now too.

jonathantorres commented 9 years ago

Awesome :+1: