Skip to content

Commit 67705f2

Browse files
dzuelkerobinwo
authored andcommitted
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 heroku#417 (comment), @boboldehampsink
1 parent d6954ee commit 67705f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ Assuming that the extension has no stack-specific requirements (meaning it can r
780780
"version": "1.2.3",
781781
"type": "heroku-sys-php-extension",
782782
"require": {
783-
"php": "7.3.*",
783+
"heroku-sys/php": "7.3.*",
784784
"heroku/installer-plugin": "^1.2.0",
785785
},
786786
"dist": {

0 commit comments

Comments
 (0)