diff --git a/composer.json b/composer.json index 89eba3e..40cb013 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,9 @@ "php": "^7.2 | ^8.0", "phpseclib/phpseclib": "^2.0" }, + "replace": { + "gree/jose": "*" + }, "require-dev": { "phpunit/phpunit": "^8.5 | ^9.5" }, @@ -38,4 +41,4 @@ "test\\" : "test/" } } -} \ No newline at end of file +}