diff --git a/composer.json b/composer.json index 66a65c98d..92605bbff 100755 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "maatwebsite/excel": "^3.1.26", "paypal/paypal-checkout-sdk": "1.0.1", "prettus/l5-repository": "^2.6", - "tymon/jwt-auth": "^1.0.0" + "tymon/jwt-auth": "1.0.x-dev" }, "require-dev": { "codeception/codeception": "^4.1", diff --git a/composer.lock b/composer.lock index 2772affbb..0206fee4f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "262859eec92657ae684a7d2e8b497446", + "content-hash": "ad18338e686e8f7ba9eaf04d9bfa2374", "packages": [ { "name": "algolia/algoliasearch-client-php", @@ -167,16 +167,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.181.2", + "version": "3.182.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "ca4839367aa57de005d52593081eab777b87a6b0" + "reference": "998e5caf1b1bb52516a32fb8084eb7006ab5ae7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ca4839367aa57de005d52593081eab777b87a6b0", - "reference": "ca4839367aa57de005d52593081eab777b87a6b0", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/998e5caf1b1bb52516a32fb8084eb7006ab5ae7d", + "reference": "998e5caf1b1bb52516a32fb8084eb7006ab5ae7d", "shasum": "" }, "require": { @@ -251,22 +251,22 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.181.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.182.0" }, - "time": "2021-05-14T18:16:31+00:00" + "time": "2021-05-17T18:14:44+00:00" }, { "name": "babenkoivan/elastic-adapter", - "version": "v1.15.0", + "version": "v1.16.0", "source": { "type": "git", "url": "https://github.com/babenkoivan/elastic-adapter.git", - "reference": "5ccbbc3ef03ef232aac9d42f237b6399c12337c5" + "reference": "d3b5daa27386956f341c1cf6e1c1d4e872e96496" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/babenkoivan/elastic-adapter/zipball/5ccbbc3ef03ef232aac9d42f237b6399c12337c5", - "reference": "5ccbbc3ef03ef232aac9d42f237b6399c12337c5", + "url": "https://api.github.com/repos/babenkoivan/elastic-adapter/zipball/d3b5daa27386956f341c1cf6e1c1d4e872e96496", + "reference": "d3b5daa27386956f341c1cf6e1c1d4e872e96496", "shasum": "" }, "require": { @@ -304,7 +304,7 @@ ], "support": { "issues": "https://github.com/babenkoivan/elastic-adapter/issues", - "source": "https://github.com/babenkoivan/elastic-adapter/tree/v1.15.0" + "source": "https://github.com/babenkoivan/elastic-adapter/tree/v1.16.0" }, "funding": [ { @@ -316,7 +316,7 @@ "type": "paypal" } ], - "time": "2021-05-07T17:50:48+00:00" + "time": "2021-05-17T20:37:51+00:00" }, { "name": "babenkoivan/elastic-client", @@ -3382,30 +3382,33 @@ }, { "name": "lcobucci/jwt", - "version": "3.3.3", + "version": "3.2.5", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "c1123697f6a2ec29162b82f170dd4a491f524773" + "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773", - "reference": "c1123697f6a2ec29162b82f170dd4a491f524773", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/82be04b4753f8b7693b62852b7eab30f97524f9b", + "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b", "shasum": "" }, "require": { - "ext-mbstring": "*", "ext-openssl": "*", - "php": "^5.6 || ^7.0" + "php": ">=5.5" }, "require-dev": { + "mdanter/ecc": "~0.3.1", "mikey179/vfsstream": "~1.5", "phpmd/phpmd": "~2.2", "phpunit/php-invoker": "~1.1", - "phpunit/phpunit": "^5.7 || ^7.3", + "phpunit/phpunit": "~4.5", "squizlabs/php_codesniffer": "~2.3" }, + "suggest": { + "mdanter/ecc": "Required to use Elliptic Curves based algorithms." + }, "type": "library", "extra": { "branch-alias": { @@ -3435,19 +3438,9 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/3.3.3" + "source": "https://github.com/lcobucci/jwt/tree/3.2" }, - "funding": [ - { - "url": "https://github.com/lcobucci", - "type": "github" - }, - { - "url": "https://www.patreon.com/lcobucci", - "type": "patreon" - } - ], - "time": "2020-08-20T13:22:28+00:00" + "time": "2018-11-11T12:22:26+00:00" }, { "name": "league/commonmark", @@ -8318,16 +8311,16 @@ }, { "name": "tymon/jwt-auth", - "version": "1.0.2", + "version": "dev-develop", "source": { "type": "git", "url": "https://github.com/tymondesigns/jwt-auth.git", - "reference": "e588cb719539366c0e2f6017f975379cb73e9680" + "reference": "ab00f2d7cce5f043067aef7849cdc792de2df635" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/e588cb719539366c0e2f6017f975379cb73e9680", - "reference": "e588cb719539366c0e2f6017f975379cb73e9680", + "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/ab00f2d7cce5f043067aef7849cdc792de2df635", + "reference": "ab00f2d7cce5f043067aef7849cdc792de2df635", "shasum": "" }, "require": { @@ -8338,15 +8331,17 @@ "lcobucci/jwt": "<3.4", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0", - "php": "^5.5.9|^7.0" + "php": "^7.2|^8.0" }, "require-dev": { "illuminate/console": "^5.2|^6|^7|^8", "illuminate/database": "^5.2|^6|^7|^8", "illuminate/routing": "^5.2|^6|^7|^8", "mockery/mockery": ">=0.9.9", - "phpunit/phpunit": "~4.8|~6.0" + "phpunit/phpunit": "^8.5|^9.4", + "yoast/phpunit-polyfills": "^0.2.0" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -8398,7 +8393,7 @@ "type": "patreon" } ], - "time": "2020-11-27T12:32:42+00:00" + "time": "2021-02-02T14:44:28+00:00" }, { "name": "vlucas/phpdotenv", @@ -11591,7 +11586,9 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "tymon/jwt-auth": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": {