heroku / buildpacks-php

Heroku's Cloud Native Buildpack for PHP applications.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

PHP8.3 #104

Open phpsa opened 3 weeks ago

phpsa commented 3 weeks ago
Status: Downloaded newer image for heroku/heroku:22-cnb
docker.io/heroku/buildpack-php@sha256:9d76792ba9869eb96ba3b41b0bfb48c6adfaa58a361bba6083505c84c5a8d61e: Pulling from heroku/buildpack-php

===> DETECTING
4 of 6 buildpacks participating
heroku/php                0.1.2
heroku/nodejs-engine      3.0.5
heroku/nodejs-npm-install 3.0.5
heroku/procfile           3.0.1
===> RESTORING
===> BUILDING
[Bootstrapping]
[Preparing platform packages installation]
NOTICE: Lock file 'plugin-api-version' indicates contents were generated by a Composer release with plugin API version '2.2.0'. For best plugin compatibility, a Composer release matching plugin API version '~2.2.0' will be used for installation.
[Installing platform packages]
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Root composer.json requires heroku-sys/php ^8.3, found heroku-sys/php[8.1.15, 8.2.2] but it does not match the constraint.
  Problem 2
    - Root composer.json requires monolog/monolog 3.6.0 -> satisfiable by monolog/monolog[3.6.0].
    - monolog/monolog 3.6.0 requires heroku-sys/php >=8.1 -> found heroku-sys/php[8.1.15, 8.2.2] but it conflicts with your root composer.json require (^8.3).
  Problem 3
    - Root composer.json requires symfony/polyfill-uuid v1.29.0 -> satisfiable by symfony/polyfill-uuid[v1.29.0].
    - symfony/polyfill-uuid v1.29.0 requires heroku-sys/php >=7.1 -> found heroku-sys/php[8.1.15, 8.2.2] but it conflicts with your root composer.json require (^8.3).
  Problem 4
    - Root composer.json requires composer/semver 3.4.0 -> satisfiable by composer/semver[3.4.0].
    - composer/semver 3.4.0 requires heroku-sys/php ^5.3.2 || ^7.0 || ^8.0 -> found heroku-sys/php[8.1.15, 8.2.2] but it conflicts with your root composer.json require (^8.3).
  Problem 5
    - Root composer.json requires filament/notifications v3.2.72 -> satisfiable by filament/notifications[v3.2.72].
    - filament/notifications v3.2.72 requires heroku-sys/php ^8.1 -> found heroku-sys/php[8.1.15, 8.2.2] but it conflicts with your root composer.json require (^8.3).

will php 8.3 be supported soon?

dzuelke commented 3 weeks ago

Yes; new versions are coming!

samatcd commented 6 days ago

@dzuelke is there any ETA on this?