diff --git a/.gitignore b/.gitignore index 1bb8cf8..eb3dd24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build vendor +composer.lock *.swp *.swo .idea diff --git a/composer.json b/composer.json index b5e76bb..8e1fc17 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": ">=7.4", "ext-curl": "*", "ext-json": "*", - "firebase/php-jwt": "^6.0" + "firebase/php-jwt": "^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^9.0",