Skip to content

Commit

Permalink
feat: bumped required php version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Strobotti committed May 23, 2023
1 parent 4ef383b commit 94629fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See [JSON Web Key RFC](https://tools.ietf.org/html/rfc7517) for reference.

## Installation

This library requires PHP version 7.2 or higher and can be installed with composer:
This library requires PHP version 7.3 or higher and can be installed with composer:

```bash
$ composer require strobotti/php-jwk
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"require": {
"php": ">=7.2.0",
"php": ">=7.3.0",
"ext-json": "*",
"ext-openssl": "*",
"phpseclib/phpseclib": "^3.0"
Expand All @@ -30,7 +30,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^9.0",
"friendsofphp/php-cs-fixer": "^2.16"
},
"scripts": {
Expand Down

0 comments on commit 94629fe

Please sign in to comment.