From bdcceb1c47de43c3a70357ca73790a13c085cb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Z=C3=BClke?= Date: Tue, 16 Feb 2021 22:32:46 +0100 Subject: [PATCH] Fix "heroku-sys/php" name in platform repo example Platform packages must require others with their "`heroku-sys`" prefix; thanks for bringing this up in https://github.com/heroku/heroku-buildpack-php/issues/417#issuecomment-780084876, @boboldehampsink --- support/build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/build/README.md b/support/build/README.md index 793d84f29..79006fb74 100644 --- a/support/build/README.md +++ b/support/build/README.md @@ -780,7 +780,7 @@ Assuming that the extension has no stack-specific requirements (meaning it can r "version": "1.2.3", "type": "heroku-sys-php-extension", "require": { - "php": "7.3.*", + "heroku-sys/php": "7.3.*", "heroku/installer-plugin": "^1.2.0", }, "dist": {