Skip to content

Commit

Permalink
Require PHP5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emarref committed Apr 8, 2015
1 parent 3c68c85 commit f65cffe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "emarref/jwt",
"description": "A JWT implementation",
"require-dev": {
"phpunit/phpunit": "*"
},
"license": "MIT",
"authors": [
{
"name": "Malcolm Fell",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"ext-openssl": "Enables more token encryption options"
},
Expand Down

0 comments on commit f65cffe

Please sign in to comment.