Open
Conversation
for stack(s) cflinuxfs4, cflinuxfs5
…ir date PHP 8.5 uses Zend module API 20250925, so the extension directory is no-debug-non-zts-20250925. Without this config the buildpack fails to stage any app that selects a PHP 8.5.x version.
e0392dd to
5bf1151
Compare
…manifest Now that PHP 8.4+ is available, composer.json ^8.3 correctly resolves to the latest 8.x (e.g. 8.4.20). Update assertions to accept any PHP >=8.3 satisfying the ^8.3 constraint instead of pinning to 8.3.x.
cakephp/cakephp 4.4.x requires php >=7.4 <8.4, and the laminas skeleton requires ~8.1.0 || ~8.2.0 || ~8.3.0. With PHP 8.4/8.5 in the manifest, composer.json ^>=8.1 resolves to 8.5, breaking composer install. Pin these fixtures to PHP_83_LATEST to keep them on a supported PHP version until the fixtures are updated.
cakephp/cakephp 4.4.x locks laminas/laminas-diactoros 2.26.0 which only supports ~8.0-8.3. Cap the composer.json php requirement to '>=8.1 <8.4' so composer selects PHP 8.3 from the manifest. Also revert the ineffective PHP_VERSION options.json entry — it is ignored when composer.json has a PHP constraint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is default description of the PR