No version available for php 8.4.0
ilvalerione
PROOP

2 months 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

2 months 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

2 months 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

2 months 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

2 months ago

It worked thanks!


Status changed to Solved brody 2 months ago


Loading...