Skip to content

Commit

Permalink
Fix "heroku-sys/php" name in platform repo example
Browse files Browse the repository at this point in the history
Platform packages must require others with their "`heroku-sys`" prefix; thanks for bringing this up in heroku#417 (comment), @boboldehampsink
  • Loading branch information
dzuelke authored and robinwo committed Sep 13, 2024
1 parent d6954ee commit 67705f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 67705f2

Please sign in to comment.