bolt / project

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

Fix docker setup: use php 8 #92

Closed luispabon closed 2 years ago

luispabon commented 3 years ago

Since composer.json restricts PHP to 8.0, the docker setup wasn't building correctly. It was failing at composer install for that reason.

Before: image

After: image

bobdenotter commented 2 years ago

This change should indeed go into the php8 branch, but just changing the target branch in github is breaking things.

@luispabon Could you either rebase your PR on php8, or simply make a new PR? (i'd do it, but then you wouldn't get the "credits" :-) )

luispabon commented 2 years ago

lmao

no worries, rebased