No version available for php 8.4.0
ilvalerione
PROOP

a month ago

I get the error in the title. Looking at the Nixpacks doc, PHP 8.4 seems supported: https://nixpacks.com/docs/providers/php

My composer.json file has this entry:

"require": {
    "php": "^8.4.0",

Any idea how to solve?

Solved$10 Bounty

Pinned Solution

ilyassbreth
FREE

a month ago

try changing "php": "^8.4.0" to just "php": "^8.4" in composer.json

i hope this help you slightly_smiling_face emoji

3 Replies

Railway
BOT

a month ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


ilyassbreth
FREE

a month ago

try changing "php": "^8.4.0" to just "php": "^8.4" in composer.json

i hope this help you slightly_smiling_face emoji


ilvalerione
PROOP

a month ago

It worked thanks!


Status changed to Solved brody 29 days ago


Loading...