No version available for php 8.4.0
ilvalerione
PROOP

4 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

4 months ago

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

i hope this help you 🙂

3 Replies

Railway
BOT

4 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

4 months ago

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

i hope this help you 🙂


ilvalerione
PROOP

4 months ago

It worked thanks!


Status changed to Solved brody • 4 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...