Skip to content

Instantly share code, notes, and snippets.

View pvoznenko's full-sized avatar
👟
offline is the new luxury

Pavlo Voznenko pvoznenko

👟
offline is the new luxury
View GitHub Profile
require 'formula'
class Phpunit < Formula
homepage 'http://www.phpunit.de/manual/current/en/index.html'
url 'https://phar.phpunit.de/phpunit.phar'
sha1 '4acc07c1730d85e2016a1ed613a1355a9d271636'
version 'HEAD'
def install
bin.install "phpunit.phar" => "phpunit"
@pvoznenko
pvoznenko / upgrade.md
Created May 30, 2019 09:13 — forked from zulhfreelancer/upgrade.md
How to upgrade Heroku Postgres database plan?
  1. Assuming you have multiple Heroku apps and Git remote like so:
development https://git.heroku.com/xxx.git (fetch)
development https://git.heroku.com/xxx.git (push)
origin      git@bitbucket.org:xxx/xxx.git  (fetch)
origin      git@bitbucket.org:xxx/xxx.git  (push)
production  https://git.heroku.com/xxx.git (fetch)
production  https://git.heroku.com/xxx.git (push)
staging https://git.heroku.com/xxx.git (fetch)