Skip to content

Commit

Permalink
Add 7.4 support (#29)
Browse files Browse the repository at this point in the history
* RELEASE

* added files

* added 7.4 support and fixed composer.json

* fixed composer.lock
  • Loading branch information
gaokevin1 authored Sep 23, 2024
1 parent 3b62021 commit fdc7d6e
Show file tree
Hide file tree
Showing 14 changed files with 592 additions and 557 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Descope SDK for PHP provides convenient access to Descope authentication. Yo

### Requirements

- [PHP 8.1+](https://www.php.net/)
- [PHP 7.4+](https://www.php.net/)

### Installation

Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "descope/descope-php",
"type": "library",
"description": "Descope SDK for PHP 8.1+",
"description": "Descope SDK for PHP",
"keywords": [
"drag-and-drop",
"authentication"
Expand All @@ -15,10 +15,11 @@
}
],
"require": {
"web-token/jwt-framework": "2.2.11",
"guzzlehttp/guzzle": "^7.0",
"paragonie/constant_time_encoding": "^2.6",
"vlucas/phpdotenv": "^5.5"
"php": "^7.3 || ^8.0",
"web-token/jwt-framework": "2.2.11 as 2.3.0",
"guzzlehttp/guzzle": "7.9.2 as 7.9.3",
"paragonie/constant_time_encoding": "^2.7.0",
"vlucas/phpdotenv": "^5.6.1"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
Loading

0 comments on commit fdc7d6e

Please sign in to comment.