bigcommerce / hello-world-app-php-silex

Hello World sample app in PHP and Silex
MIT License
24 stars 56 forks source link

ddollar heroku config.git deprecated #11

Closed n8thanael closed 6 years ago

n8thanael commented 7 years ago

In the documentation/walkthrough: https://github.com/bigcommerce/hello-world-app-php-silex here:

"Add the heroku-config plugin: heroku plugins:install git://github.com/ddollar/heroku-config.git"

Will fail within heroku terminal because ddollar has deprecated this project: https://github.com/ddollar/heroku-config

Updates are now handled by: https://github.com/xavdid/heroku-config.git

This should be the command in heroku terminal: "heroku plugins:install heroku-config"

Please update documentation, Thanks - n8thanael

bookernath commented 6 years ago

Fixed by https://github.com/bigcommerce/hello-world-app-php-silex/pull/16