Skip to content

Commit

Permalink
Merge pull request #15 from MyParcelCOM/feature/php74
Browse files Browse the repository at this point in the history
⬆️ PHP 7.4
  • Loading branch information
zwaans authored Jul 21, 2021
2 parents 3327ceb + e1509b7 commit bee80c1
Show file tree
Hide file tree
Showing 7 changed files with 1,081 additions and 271 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Package for validating a JWT token and checking the contained scopes",
"type": "library",
"require": {
"php": ">=7.3",
"lcobucci/jwt": "^3.2",
"myclabs/php-enum": "^1.5",
"myparcelcom/json-api": "^1.0"
"php": ">=7.4",
"lcobucci/jwt": ">=4.0",
"myclabs/php-enum": ">=1.5",
"myparcelcom/json-api": "^1.1"
},
"require-dev": {
"ext-openssl": "*",
Expand Down
Loading

0 comments on commit bee80c1

Please sign in to comment.