I hereby claim:
- I am lazyguru on github.
- I am lazyguru (https://keybase.io/lazyguru) on keybase.
- I have a public key whose fingerprint is 43D6 AE23 D9DE E2FF CDE0 76EA 417A 0536 F46B 1497
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| if [ -f vendor/bin/phpunit ]; then | |
| vendor/bin/phpunit $@ | |
| exit $? | |
| fi | |
| if [ -f ~/.composer/vendor/bin/phpunit ]; then | |
| ~/.composer/vendor/bin/phpunit $@ | |
| exit $? | |
| fi |
| <?php | |
| class Magento2ValetDriver extends ValetDriver | |
| { | |
| /** | |
| * Holds the MAGE_MODE from app/etc/config.php or $ENV | |
| * | |
| * @var string | |
| */ |
I hereby claim:
To claim this, I am signing this object:
| require 'formula' | |
| class Vim < Formula | |
| homepage 'http://www.vim.org/' | |
| url 'https://vim.googlecode.com/hg/', :revision => '6c318419e331' | |
| version '7.3.515' | |
| def features; %w(tiny small normal big huge) end | |
| def interp; %w(lua mzscheme perl python python3 tcl ruby) end |