Update composer to catch some passport related problems.

This commit is contained in:
James Cole 2020-11-28 05:36:56 +01:00
parent b16d23460e
commit 29d1c950ec
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

73
composer.lock generated
View File

@ -354,28 +354,28 @@
},
{
"name": "diglactic/laravel-breadcrumbs",
"version": "v6.0.3",
"version": "v6.0.4",
"source": {
"type": "git",
"url": "https://github.com/diglactic/laravel-breadcrumbs.git",
"reference": "82991d5dafb02788aebccaf69f6fcb2683b4cee9"
"reference": "7a4db9535cf656340ed1f148c5ff035b436e7731"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/82991d5dafb02788aebccaf69f6fcb2683b4cee9",
"reference": "82991d5dafb02788aebccaf69f6fcb2683b4cee9",
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/7a4db9535cf656340ed1f148c5ff035b436e7731",
"reference": "7a4db9535cf656340ed1f148c5ff035b436e7731",
"shasum": ""
},
"require": {
"facade/ignition-contracts": "^1.0",
"laravel/framework": "^6.0|^7.0|^8.0",
"php": "^7.2"
"laravel/framework": "^6.0 || ^7.0 || ^8.0",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"orchestra/testbench": ">=3.6",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^7.0|^8.0",
"spatie/phpunit-snapshot-assertions": "^2.0"
"orchestra/testbench": "^4.10 || ^5.9 || ^6.4",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^8.5 || ^9.4",
"spatie/phpunit-snapshot-assertions": "^2.2 || ^4.2"
},
"type": "library",
"extra": {
@ -419,9 +419,9 @@
],
"support": {
"issues": "https://github.com/diglactic/laravel-breadcrumbs/issues",
"source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v6.0.3"
"source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v6.0.4"
},
"time": "2020-11-19T17:13:13+00:00"
"time": "2020-11-26T19:36:31+00:00"
},
{
"name": "doctrine/cache",
@ -1784,16 +1784,16 @@
},
{
"name": "laravel/passport",
"version": "v10.0.1",
"version": "v10.1.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/passport.git",
"reference": "4e53f1b237a9e51ac10f0b30c6ebedd68f6848ab"
"reference": "c2b93a7d8d93cf303bb1eefbfa5610f084f9bdd4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/passport/zipball/4e53f1b237a9e51ac10f0b30c6ebedd68f6848ab",
"reference": "4e53f1b237a9e51ac10f0b30c6ebedd68f6848ab",
"url": "https://api.github.com/repos/laravel/passport/zipball/c2b93a7d8d93cf303bb1eefbfa5610f084f9bdd4",
"reference": "c2b93a7d8d93cf303bb1eefbfa5610f084f9bdd4",
"shasum": ""
},
"require": {
@ -1808,9 +1808,10 @@
"illuminate/encryption": "^8.2",
"illuminate/http": "^8.2",
"illuminate/support": "^8.2",
"league/oauth2-server": "^8.1",
"lcobucci/jwt": "^3.4|^4.0",
"league/oauth2-server": "^8.2",
"nyholm/psr7": "^1.3",
"php": "^7.3",
"php": "^7.3|^8.0",
"phpseclib/phpseclib": "^2.0",
"symfony/psr-http-message-bridge": "^2.0"
},
@ -1856,7 +1857,7 @@
"issues": "https://github.com/laravel/passport/issues",
"source": "https://github.com/laravel/passport"
},
"time": "2020-09-15T16:41:42+00:00"
"time": "2020-11-26T07:57:30+00:00"
},
{
"name": "laravel/ui",
@ -2584,16 +2585,16 @@
},
{
"name": "league/oauth2-server",
"version": "8.2.0",
"version": "8.2.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git",
"reference": "8837ed92b9d9db054b2d513ddb1de08b1e77c517"
"reference": "284c2b5125ac71c6564e96d6e3c2d6eef3a1ae24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/8837ed92b9d9db054b2d513ddb1de08b1e77c517",
"reference": "8837ed92b9d9db054b2d513ddb1de08b1e77c517",
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/284c2b5125ac71c6564e96d6e3c2d6eef3a1ae24",
"reference": "284c2b5125ac71c6564e96d6e3c2d6eef3a1ae24",
"shasum": ""
},
"require": {
@ -2659,7 +2660,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-server/issues",
"source": "https://github.com/thephpleague/oauth2-server/tree/8.2.0"
"source": "https://github.com/thephpleague/oauth2-server/tree/8.2.1"
},
"funding": [
{
@ -2667,7 +2668,7 @@
"type": "github"
}
],
"time": "2020-11-25T23:27:52+00:00"
"time": "2020-11-26T11:18:21+00:00"
},
{
"name": "monolog/monolog",
@ -9348,16 +9349,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.3",
"version": "9.2.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "6b20e2055f7c29b56cb3870b3de7cc463d7add41"
"reference": "0a7f0acf9269c190fd982b5c04423feae986b6e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6b20e2055f7c29b56cb3870b3de7cc463d7add41",
"reference": "6b20e2055f7c29b56cb3870b3de7cc463d7add41",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0a7f0acf9269c190fd982b5c04423feae986b6e0",
"reference": "0a7f0acf9269c190fd982b5c04423feae986b6e0",
"shasum": ""
},
"require": {
@ -9413,7 +9414,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.3"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.4"
},
"funding": [
{
@ -9421,7 +9422,7 @@
"type": "github"
}
],
"time": "2020-10-30T10:46:41+00:00"
"time": "2020-11-27T06:15:15+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -9823,12 +9824,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "563faed0e5e24a5b639fbd30d8f3921bb11fccc0"
"reference": "fa05999280434eacf621cc78ab9179d9394c7998"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/563faed0e5e24a5b639fbd30d8f3921bb11fccc0",
"reference": "563faed0e5e24a5b639fbd30d8f3921bb11fccc0",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/fa05999280434eacf621cc78ab9179d9394c7998",
"reference": "fa05999280434eacf621cc78ab9179d9394c7998",
"shasum": ""
},
"conflict": {
@ -9952,7 +9953,7 @@
"paragonie/random_compat": "<2",
"passbolt/passbolt_api": "<2.11",
"paypal/merchant-sdk-php": "<3.12",
"pear/archive_tar": "<1.4.4",
"pear/archive_tar": "<1.4.11",
"personnummer/personnummer": "<3.0.2",
"phpfastcache/phpfastcache": ">=5,<5.0.13",
"phpmailer/phpmailer": "<6.1.6",
@ -10133,7 +10134,7 @@
"type": "tidelift"
}
],
"time": "2020-11-23T21:01:44+00:00"
"time": "2020-11-26T07:02:13+00:00"
},
{
"name": "sebastian/cli-parser",