https://github.com/laravel/installer/issues/181
perhaps try update the composer before require...
composer global update
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Trying to install/update the laravel installer I run into this problem:
$ composer global require laravel/installer --with-all-dependencies
Changed current directory to /Users/matthijs/.composer
Using version ^4.2 for laravel/installer
./composer.json has been updated
Running composer update laravel/installer --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- symfony/process[v4.2.0, ..., v4.4.10] require php ^7.1.3 -> your php version (8.0.3) does not satisfy that requirement.
- symfony/process[v5.0.0, ..., v5.0.8] require php ^7.2.5 -> your php version (8.0.3) does not satisfy that requirement.
- Conclusion: don't install laravel/installer v4.2.1 (conflict analysis result)
- Conclusion: don't install laravel/installer v4.2.2 (conflict analysis result)
etc
etc
I just updated PHP using Homebrew. Now I wanted to update the Laravel installer.
I the Laravel installer not ready for PHP8?
Please or to participate in this conversation.