Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuilam authored Dec 25, 2021
1 parent c112369 commit ccb842b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lcobucci/jwt",
"name": "quantumca/jwt",
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"type": "library",
"authors": [
Expand All @@ -17,7 +17,7 @@
"BSD-3-Clause"
],
"require": {
"php": "^5.6 || ^7.0",
"php": ">=5.6",
"ext-mbstring": "*",
"ext-openssl": "*"
},
Expand Down

0 comments on commit ccb842b

Please sign in to comment.