Closed sunel closed 9 years ago
Can I see your global composer.json file? To see if I can replicate?
Its just default global composer.json file no other package added to it
@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"
}
}
When i tried in OSX it installed fine , But the problem occurred in Windows
@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?
@jonathantorres No, I'm on OS X. I don't think it has anything to do with the OS.
Just released a patch. Try to install again composer global require jonathantorres/construct
:thumbsup: its working now
Thank you @jonathantorres. It's working for me now too.
Awesome :+1:
$ 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.