Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder: How should this buildpack request a PHP version? #6

Open
joshuatcasey opened this issue Apr 27, 2022 · 1 comment
Open

Comments

@joshuatcasey
Copy link
Contributor

joshuatcasey commented Apr 27, 2022

Should it use any or all of the following?

  1. composer.lock "platform.php-64bit"
  2. composer.lock "platform.php" (this is 32-bit)
  3. composer.json "require.php-64bit"
  4. composer.json "require.php" (this is 32-bit)
  5. BP_PHP_VERSION?

References:

@till
Copy link

till commented Aug 31, 2022

@joshuatcasey composer.json IMHO

❯ cat composer.json|jq .require
{
  "php": "^8.0.2",
  "ext-fileinfo": "*",
  "guzzlehttp/guzzle": "^7.2",
  "laravel/framework": "^9.19",
  "laravel/sanctum": "^3.0",
  "laravel/tinker": "^2.7"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants