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?
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 
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 
Status changed to Solved brody • 2 months ago
