bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

"Your requirements could not be resolved to an installable set of packages" with php 8 #63

Closed adjaya-dev closed 3 years ago

adjaya-dev commented 3 years ago

`composer create-project bolt/project bolt

Creating a "bolt/project" project at "./bolt" Installing bolt/project (1.3.19)

`composer update Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.`

toofff commented 3 years ago

For the moment, the Bolt project is not upgraded to PHP version 8.

I don't know when it will be available for PHP 8. @bobdenotter Do you think you have a vision for a switchover date to PHP 8?

bobdenotter commented 3 years ago
composer create-project bolt/project playground "^2.0" --stability=beta

Should get you a working version of Bolt 5 beta, for PHP 8 now.