diff options
author | Brent Shaffer <betterbrent@google.com> | 2017-06-21 13:50:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 13:50:08 -0700 |
commit | d2c50fdaedaa64f91229c30fa4190b0113847b45 (patch) | |
tree | 42c3a3b6f5837d1c8ee8fb174f14168c199b2b17 | |
parent | aa6419a5e92869c0c463361848788ec4f1e8728e (diff) | |
download | php-jwt-d2c50fdaedaa64f91229c30fa4190b0113847b45.zip php-jwt-d2c50fdaedaa64f91229c30fa4190b0113847b45.tar.gz php-jwt-d2c50fdaedaa64f91229c30fa4190b0113847b45.tar.bz2 |
removes minimum-stabity from composer.json (#161)
-rw-r--r-- | composer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 4244f13..b76ffd1 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ "Firebase\\JWT\\": "src" } }, - "minimum-stability": "dev", "require-dev": { "phpunit/phpunit": " 4.8.35" } |