bolt / project

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

php 8.2 #128

Open johndo100 opened 9 months ago

johndo100 commented 9 months ago

Hi, I've tried install bolt on php8.2 with no success. It seems bolt lock with old laminas and it doesn't support php8.2. Please fix it, thank! 23-10-21--08-47-58_maim

bobdenotter commented 8 months ago

If you try the 5.2 beta, it'll work better:

composer create-project bolt/project myprojectname "^2.5" --stability=beta
michaellenaghan commented 7 months ago

Thanks for that, I ran into the same problem.

ThomasMeschke commented 1 month ago

I tried this, and unfortunately I get the Error message "Could not find package bolt/project with version 2.5." image