I hereby claim:
- I am mattketmo on github.
- I am mattketmo (https://keybase.io/mattketmo) on keybase.
- I have a public key ASB-Y5EMoGxphAxm_9aRoVP4sLqkG_HSujckSoLmuvs2gAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| require __DIR__.'/vendor/autoload.php'; | |
| use Rhumsaa\Uuid\Uuid; | |
| function printId(Uuid $uuid) { | |
| $asString = $uuid->toString(); | |
| $base64 = preg_replace('/==$/', '', base64_encode($uuid->getBytes())); |
| #!/bin/bash | |
| set -e | |
| if [ $# -lt 2 ]; then | |
| echo "Usage: $0 <plan> <branch>" | |
| exit 1 | |
| fi | |
| PLAN=$1 |
| <?php | |
| <<<CONFIG | |
| packages: | |
| - "symfony/translation: v2.6.4" | |
| - "symfony/config: v2.6.4" | |
| CONFIG; | |
| if (!isset($argv[1])) { | |
| die('Usage: melody openl10n-debug.php <filename>.xlf'); | |
| } |
| { | |
| "id": "110e8400-e29b-11d4-a716-446655440000", | |
| "slug": "foobar", | |
| "name": "Foobar", | |
| "description": "Some foobar project description", | |
| "source": { | |
| "locale": "en", | |
| "name": "English" | |
| }, | |
| "createdBy": { |