Added firebase/php-jwt to composer.json

This commit is contained in:
Alex Bilbie 2015-04-05 21:11:35 +01:00
parent 5840ace38f
commit bf1c46d62f

View File

@ -7,7 +7,8 @@
"php": ">=5.4.0", "php": ">=5.4.0",
"symfony/http-foundation": "~2.4", "symfony/http-foundation": "~2.4",
"league/event": "~2.1", "league/event": "~2.1",
"league/container": "~1.0" "league/container": "~1.0",
"firebase/php-jwt": "~2.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.3.*", "phpunit/phpunit": "4.3.*",