Regenerate lockfile to be up-to-date

composer validate found requirements could not be resolved to an installable set of packages.
This commit is contained in:
Kim Hallberg
2023-02-23 09:31:35 +01:00
parent ac068d02c1
commit 04c3f57998
Generated
+66 -67
View File
@@ -4,29 +4,30 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3cc103bb845e9d02d8758e54e8e63801",
"content-hash": "121ea3a2fffe49b3ef9aa4d064b28c19",
"packages": [
{
"name": "brick/math",
"version": "0.11.0",
"version": "0.10.2",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
"reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
"url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
"reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
"shasum": ""
},
"require": {
"php": "^8.0"
"ext-json": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "5.0.0"
"vimeo/psalm": "4.25.0"
},
"type": "library",
"autoload": {
@@ -51,7 +52,7 @@
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.11.0"
"source": "https://github.com/brick/math/tree/0.10.2"
},
"funding": [
{
@@ -59,7 +60,7 @@
"type": "github"
}
],
"time": "2023-01-15T23:15:59+00:00"
"time": "2022-08-10T22:54:19+00:00"
},
{
"name": "dflydev/dot-access-data",
@@ -982,16 +983,16 @@
},
{
"name": "laravel/framework",
"version": "v10.0.3",
"version": "v10.1.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "0bd303853444de33f4fcb16d13bd7574030aa3d4"
"reference": "12256504186326a9d02b2ab3b43a4031a59b52d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/0bd303853444de33f4fcb16d13bd7574030aa3d4",
"reference": "0bd303853444de33f4fcb16d13bd7574030aa3d4",
"url": "https://api.github.com/repos/laravel/framework/zipball/12256504186326a9d02b2ab3b43a4031a59b52d1",
"reference": "12256504186326a9d02b2ab3b43a4031a59b52d1",
"shasum": ""
},
"require": {
@@ -1094,7 +1095,7 @@
"pda/pheanstalk": "^4.0",
"phpstan/phpdoc-parser": "^1.15",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^9.6.0 || ^10.0.7",
"phpunit/phpunit": "^10.0.7",
"predis/predis": "^2.0.2",
"symfony/cache": "^6.2",
"symfony/http-client": "^6.2.4"
@@ -1125,7 +1126,7 @@
"mockery/mockery": "Required to use mocking (^1.5.1).",
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
"predis/predis": "Required to use the predis connector (^2.0.2).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
@@ -1178,7 +1179,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-02-16T22:03:27+00:00"
"time": "2023-02-22T14:38:35+00:00"
},
{
"name": "laravel/sanctum",
@@ -1307,16 +1308,16 @@
},
{
"name": "laravel/tinker",
"version": "v2.8.0",
"version": "v2.8.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
"reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad"
"reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/74d0b287cc4ae65d15c368dd697aae71d62a73ad",
"reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad",
"url": "https://api.github.com/repos/laravel/tinker/zipball/04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
"reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
"shasum": ""
},
"require": {
@@ -1369,9 +1370,9 @@
],
"support": {
"issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v2.8.0"
"source": "https://github.com/laravel/tinker/tree/v2.8.1"
},
"time": "2023-01-10T18:03:30+00:00"
"time": "2023-02-15T16:40:09+00:00"
},
{
"name": "league/commonmark",
@@ -2852,20 +2853,20 @@
},
{
"name": "ramsey/uuid",
"version": "4.x-dev",
"version": "4.7.3",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "bf2bee216a4379eaf62162307d62bb7850405fec"
"reference": "433b2014e3979047db08a17a205f410ba3869cf2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/bf2bee216a4379eaf62162307d62bb7850405fec",
"reference": "bf2bee216a4379eaf62162307d62bb7850405fec",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/433b2014e3979047db08a17a205f410ba3869cf2",
"reference": "433b2014e3979047db08a17a205f410ba3869cf2",
"shasum": ""
},
"require": {
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
"brick/math": "^0.8.8 || ^0.9 || ^0.10",
"ext-json": "*",
"php": "^8.0",
"ramsey/collection": "^1.2 || ^2.0"
@@ -2902,7 +2903,6 @@
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"default-branch": true,
"type": "library",
"extra": {
"captainhook": {
@@ -2929,7 +2929,7 @@
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.x"
"source": "https://github.com/ramsey/uuid/tree/4.7.3"
},
"funding": [
{
@@ -2941,7 +2941,7 @@
"type": "tidelift"
}
],
"time": "2023-02-07T16:14:23+00:00"
"time": "2023-01-12T18:13:24+00:00"
},
{
"name": "symfony/console",
@@ -5601,16 +5601,16 @@
},
{
"name": "laravel/pint",
"version": "v1.5.0",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "e0a8cef58b74662f27355be9cdea0e726bbac362"
"reference": "e48e3fadd7863d6b7d03464f5c4f211a828b890f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/e0a8cef58b74662f27355be9cdea0e726bbac362",
"reference": "e0a8cef58b74662f27355be9cdea0e726bbac362",
"url": "https://api.github.com/repos/laravel/pint/zipball/e48e3fadd7863d6b7d03464f5c4f211a828b890f",
"reference": "e48e3fadd7863d6b7d03464f5c4f211a828b890f",
"shasum": ""
},
"require": {
@@ -5618,12 +5618,12 @@
"ext-mbstring": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"php": "^8.0"
"php": "^8.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14.4",
"illuminate/view": "^9.51.0",
"laravel-zero/framework": "^9.2.0",
"illuminate/view": "^10.0.0",
"laravel-zero/framework": "^10.0.0",
"mockery/mockery": "^1.5.1",
"nunomaduro/larastan": "^2.4.0",
"nunomaduro/termwind": "^1.15.1",
@@ -5663,20 +5663,20 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2023-02-14T16:31:02+00:00"
"time": "2023-02-21T15:44:57+00:00"
},
{
"name": "laravel/sail",
"version": "v1.20.2",
"version": "v1.21.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "5ae072b182b1efbec927409e8a3ce3b1078cc42c"
"reference": "758a914fc4da41f3f6ca5522c85902181b228bd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/5ae072b182b1efbec927409e8a3ce3b1078cc42c",
"reference": "5ae072b182b1efbec927409e8a3ce3b1078cc42c",
"url": "https://api.github.com/repos/laravel/sail/zipball/758a914fc4da41f3f6ca5522c85902181b228bd1",
"reference": "758a914fc4da41f3f6ca5522c85902181b228bd1",
"shasum": ""
},
"require": {
@@ -5724,7 +5724,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2023-02-08T20:22:21+00:00"
"time": "2023-02-16T19:16:27+00:00"
},
{
"name": "mockery/mockery",
@@ -5859,35 +5859,35 @@
},
{
"name": "nunomaduro/collision",
"version": "v7.0.4",
"version": "v7.0.5",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
"reference": "d9205550494a8e6865ae59eaa3fd0f77f6c916fb"
"reference": "5c654ee5fa187cf2f4cb226d773582ec6d402a55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/d9205550494a8e6865ae59eaa3fd0f77f6c916fb",
"reference": "d9205550494a8e6865ae59eaa3fd0f77f6c916fb",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/5c654ee5fa187cf2f4cb226d773582ec6d402a55",
"reference": "5c654ee5fa187cf2f4cb226d773582ec6d402a55",
"shasum": ""
},
"require": {
"filp/whoops": "^2.14.6",
"nunomaduro/termwind": "^1.15.1",
"php": "^8.1.0",
"sebastian/environment": "^6.0.0",
"symfony/console": "^6.2.5"
},
"require-dev": {
"laravel/framework": "^10.0.0",
"laravel/framework": "^10.0.3",
"laravel/pint": "^1.5.0",
"laravel/sail": "^1.20.2",
"laravel/sanctum": "^3.2.1",
"laravel/tinker": "^2.8.0",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench-core": "^8.0.0",
"nunomaduro/larastan": "^2.4.1",
"orchestra/testbench-core": "^8.0.1",
"pestphp/pest": "^2.0.0",
"phpunit/phpunit": "^10.0.7",
"phpunit/phpunit": "^10.0.9",
"sebastian/environment": "^6.0.0",
"spatie/laravel-ignition": "^2.0.0"
},
"type": "library",
@@ -5947,7 +5947,7 @@
"type": "patreon"
}
],
"time": "2023-02-17T11:52:52+00:00"
"time": "2023-02-19T16:25:13+00:00"
},
{
"name": "phar-io/manifest",
@@ -6380,16 +6380,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.0.9",
"version": "10.0.11",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "b027e0e266b2e51bb74d5050ff5b1304c40ea209"
"reference": "d18a18b07e7a9ad52d994b1785f9e301fc84b616"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b027e0e266b2e51bb74d5050ff5b1304c40ea209",
"reference": "b027e0e266b2e51bb74d5050ff5b1304c40ea209",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d18a18b07e7a9ad52d994b1785f9e301fc84b616",
"reference": "d18a18b07e7a9ad52d994b1785f9e301fc84b616",
"shasum": ""
},
"require": {
@@ -6460,7 +6460,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.9"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.11"
},
"funding": [
{
@@ -6476,7 +6476,7 @@
"type": "tidelift"
}
],
"time": "2023-02-19T07:11:46+00:00"
"time": "2023-02-20T16:39:36+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -7388,16 +7388,16 @@
},
{
"name": "spatie/backtrace",
"version": "1.2.1",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/backtrace.git",
"reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b"
"reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/backtrace/zipball/4ee7d41aa5268107906ea8a4d9ceccde136dbd5b",
"reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b",
"url": "https://api.github.com/repos/spatie/backtrace/zipball/7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1",
"reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1",
"shasum": ""
},
"require": {
@@ -7433,8 +7433,7 @@
"spatie"
],
"support": {
"issues": "https://github.com/spatie/backtrace/issues",
"source": "https://github.com/spatie/backtrace/tree/1.2.1"
"source": "https://github.com/spatie/backtrace/tree/1.2.2"
},
"funding": [
{
@@ -7446,7 +7445,7 @@
"type": "other"
}
],
"time": "2021-11-09T10:57:15+00:00"
"time": "2023-02-21T08:29:12+00:00"
},
{
"name": "spatie/flare-client-php",
@@ -7806,7 +7805,7 @@
}
],
"aliases": [],
"minimum-stability": "dev",
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,