Compare commits

..

No commits in common. "a93219f4bb5d89df2768090d9c7e5336a12adbdb" and "e2b8b3ba1ae9fd81b97f468840ce4e92a9abe780" have entirely different histories.

2 changed files with 154 additions and 85 deletions

View file

@ -33,7 +33,7 @@
"symfony/html-sanitizer": "^7.0", "symfony/html-sanitizer": "^7.0",
"symfony/property-access": "^7.0", "symfony/property-access": "^7.0",
"symfony/serializer": "^7.0", "symfony/serializer": "^7.0",
"web-auth/webauthn-lib": "^5.0" "web-auth/webauthn-lib": "^4.7"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.0", "barryvdh/laravel-debugbar": "^3.0",

237
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "fcd321c087aabdc3da9887c0b0b04f73", "content-hash": "22b0b5bb1551ec7ed14a1f2a9e3a5f60",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -1136,22 +1136,22 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "7.9.0", "version": "7.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "84ac2b2afc44e40d3e8e658a45d68d6d20437612" "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/84ac2b2afc44e40d3e8e658a45d68d6d20437612", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
"reference": "84ac2b2afc44e40d3e8e658a45d68d6d20437612", "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"guzzlehttp/promises": "^1.5.3 || ^2.0.3", "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^2.7.0", "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
"php": "^7.2.5 || ^8.0", "php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0" "symfony/deprecation-contracts": "^2.2 || ^3.0"
@ -1162,9 +1162,9 @@
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2", "bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*", "ext-curl": "*",
"guzzle/client-integration-tests": "3.0.2", "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1", "php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.39 || ^9.6.20", "phpunit/phpunit": "^8.5.36 || ^9.6.15",
"psr/log": "^1.1 || ^2.0 || ^3.0" "psr/log": "^1.1 || ^2.0 || ^3.0"
}, },
"suggest": { "suggest": {
@ -1242,7 +1242,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/guzzle/issues", "issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.9.0" "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
}, },
"funding": [ "funding": [
{ {
@ -1258,20 +1258,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-18T11:52:56+00:00" "time": "2023-12-03T20:35:24+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "2.0.3", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1279,7 +1279,7 @@
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2", "bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20" "phpunit/phpunit": "^8.5.36 || ^9.6.15"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1325,7 +1325,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/promises/issues", "issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.0.3" "source": "https://github.com/guzzle/promises/tree/2.0.2"
}, },
"funding": [ "funding": [
{ {
@ -1341,20 +1341,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-18T10:29:17+00:00" "time": "2023-12-03T20:19:20+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "2.7.0", "version": "2.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1369,8 +1369,8 @@
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2", "bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0", "http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.39 || ^9.6.20" "phpunit/phpunit": "^8.5.36 || ^9.6.15"
}, },
"suggest": { "suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@ -1441,7 +1441,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.7.0" "source": "https://github.com/guzzle/psr7/tree/2.6.2"
}, },
"funding": [ "funding": [
{ {
@ -1457,7 +1457,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-18T11:15:46+00:00" "time": "2023-12-03T20:05:35+00:00"
}, },
{ {
"name": "guzzlehttp/uri-template", "name": "guzzlehttp/uri-template",
@ -2205,16 +2205,16 @@
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
"version": "v5.25.0", "version": "v5.24.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/horizon.git", "url": "https://github.com/laravel/horizon.git",
"reference": "81e62cee5b3feaf169d683b8890e33bf454698ab" "reference": "3c359e3a9ebd3e3be012a15eedf2d64ef8b82540"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/81e62cee5b3feaf169d683b8890e33bf454698ab", "url": "https://api.github.com/repos/laravel/horizon/zipball/3c359e3a9ebd3e3be012a15eedf2d64ef8b82540",
"reference": "81e62cee5b3feaf169d683b8890e33bf454698ab", "reference": "3c359e3a9ebd3e3be012a15eedf2d64ef8b82540",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2278,9 +2278,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/horizon/issues", "issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.25.0" "source": "https://github.com/laravel/horizon/tree/v5.24.5"
}, },
"time": "2024-07-05T16:46:31+00:00" "time": "2024-05-31T16:18:41+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@ -2608,6 +2608,70 @@
}, },
"time": "2024-01-04T16:10:04+00:00" "time": "2024-01-04T16:10:04+00:00"
}, },
{
"name": "lcobucci/clock",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
"reference": "6f28b826ea01306b07980cb8320ab30b966cd715"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715",
"reference": "6f28b826ea01306b07980cb8320ab30b966cd715",
"shasum": ""
},
"require": {
"php": "~8.2.0 || ~8.3.0",
"psr/clock": "^1.0"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": {
"infection/infection": "^0.27",
"lcobucci/coding-standard": "^11.0.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.25",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.2.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
],
"description": "Yet another clock abstraction",
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/3.2.0"
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2023-11-17T17:00:27+00:00"
},
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
"version": "5.3.0", "version": "5.3.0",
@ -3584,16 +3648,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "3.7.0", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "cb4374784c87d0a0294e8513a52eb63c0aff3139" "reference": "39c8ef752db6865717cc3fba63970c16f057982c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cb4374784c87d0a0294e8513a52eb63c0aff3139", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/39c8ef752db6865717cc3fba63970c16f057982c",
"reference": "cb4374784c87d0a0294e8513a52eb63c0aff3139", "reference": "39c8ef752db6865717cc3fba63970c16f057982c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3686,7 +3750,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-16T22:29:20+00:00" "time": "2024-06-20T15:52:59+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@ -5616,16 +5680,16 @@
}, },
{ {
"name": "spomky-labs/cbor-php", "name": "spomky-labs/cbor-php",
"version": "3.1.0", "version": "3.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Spomky-Labs/cbor-php.git", "url": "https://github.com/Spomky-Labs/cbor-php.git",
"reference": "499d9bff0a6d59c4f1b813cc617fc3fd56d6dca4" "reference": "658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/499d9bff0a6d59c4f1b813cc617fc3fd56d6dca4", "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b",
"reference": "499d9bff0a6d59c4f1b813cc617fc3fd56d6dca4", "reference": "658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5636,7 +5700,7 @@
"require-dev": { "require-dev": {
"ekino/phpstan-banned-code": "^1.0", "ekino/phpstan-banned-code": "^1.0",
"ext-json": "*", "ext-json": "*",
"infection/infection": "^0.29", "infection/infection": "^0.27",
"php-parallel-lint/php-parallel-lint": "^1.3", "php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.0", "phpstan/phpstan": "^1.0",
@ -5644,9 +5708,9 @@
"phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^10.1|^11.0", "phpunit/phpunit": "^10.1",
"qossmic/deptrac": "^2.0", "qossmic/deptrac-shim": "^1.0",
"rector/rector": "^1.0", "rector/rector": "^0.19",
"roave/security-advisories": "dev-latest", "roave/security-advisories": "dev-latest",
"symfony/var-dumper": "^6.0|^7.0", "symfony/var-dumper": "^6.0|^7.0",
"symplify/easy-coding-standard": "^12.0" "symplify/easy-coding-standard": "^12.0"
@ -5683,7 +5747,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Spomky-Labs/cbor-php/issues", "issues": "https://github.com/Spomky-Labs/cbor-php/issues",
"source": "https://github.com/Spomky-Labs/cbor-php/tree/3.1.0" "source": "https://github.com/Spomky-Labs/cbor-php/tree/3.0.4"
}, },
"funding": [ "funding": [
{ {
@ -5695,7 +5759,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-07-18T08:37:03+00:00" "time": "2024-01-29T20:33:48+00:00"
}, },
{ {
"name": "spomky-labs/pki-framework", "name": "spomky-labs/pki-framework",
@ -8729,37 +8793,38 @@
}, },
{ {
"name": "web-auth/cose-lib", "name": "web-auth/cose-lib",
"version": "4.4.0", "version": "4.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/cose-lib.git", "url": "https://github.com/web-auth/cose-lib.git",
"reference": "2166016e48e0214f4f63320a7758a9386d14c92a" "reference": "e5c417b3b90e06c84638a18d350e438d760cb955"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/2166016e48e0214f4f63320a7758a9386d14c92a", "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/e5c417b3b90e06c84638a18d350e438d760cb955",
"reference": "2166016e48e0214f4f63320a7758a9386d14c92a", "reference": "e5c417b3b90e06c84638a18d350e438d760cb955",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "^0.9|^0.10|^0.11|^0.12", "brick/math": "^0.9|^0.10|^0.11|^0.12",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
"php": ">=8.1", "php": ">=8.1",
"spomky-labs/pki-framework": "^1.0" "spomky-labs/pki-framework": "^1.0"
}, },
"require-dev": { "require-dev": {
"ekino/phpstan-banned-code": "^1.0", "ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.29", "infection/infection": "^0.27",
"php-parallel-lint/php-parallel-lint": "^1.3", "php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.3", "phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.7", "phpstan/phpstan": "^1.7",
"phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2", "phpstan/phpstan-strict-rules": "^1.2",
"phpunit/phpunit": "^10.1|^11.0", "phpunit/phpunit": "^10.1",
"qossmic/deptrac": "^2.0", "qossmic/deptrac-shim": "^1.0",
"rector/rector": "^1.0", "rector/rector": "^0.19",
"symfony/phpunit-bridge": "^6.4|^7.0", "symfony/phpunit-bridge": "^6.4|^7.0",
"symplify/easy-coding-standard": "^12.0" "symplify/easy-coding-standard": "^12.0"
}, },
@ -8795,7 +8860,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/web-auth/cose-lib/issues", "issues": "https://github.com/web-auth/cose-lib/issues",
"source": "https://github.com/web-auth/cose-lib/tree/4.4.0" "source": "https://github.com/web-auth/cose-lib/tree/4.3.0"
}, },
"funding": [ "funding": [
{ {
@ -8807,44 +8872,48 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-07-18T08:47:32+00:00" "time": "2024-02-05T21:00:39+00:00"
}, },
{ {
"name": "web-auth/webauthn-lib", "name": "web-auth/webauthn-lib",
"version": "5.0.0", "version": "4.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/webauthn-lib.git", "url": "https://github.com/web-auth/webauthn-lib.git",
"reference": "aff3ff0f4225e570b0ed188eeba98d9501607d11" "reference": "0198351b6e823d2e12e2c60732b6dc6e1c39a3fc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/aff3ff0f4225e570b0ed188eeba98d9501607d11", "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/0198351b6e823d2e12e2c60732b6dc6e1c39a3fc",
"reference": "aff3ff0f4225e570b0ed188eeba98d9501607d11", "reference": "0198351b6e823d2e12e2c60732b6dc6e1c39a3fc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
"lcobucci/clock": "^2.2|^3.0",
"paragonie/constant_time_encoding": "^2.6|^3.0", "paragonie/constant_time_encoding": "^2.6|^3.0",
"php": ">=8.2", "php": ">=8.1",
"phpdocumentor/reflection-docblock": "^5.3",
"psr/clock": "^1.0", "psr/clock": "^1.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^1.0|^2.0|^3.0", "psr/log": "^1.0|^2.0|^3.0",
"spomky-labs/cbor-php": "^3.0", "spomky-labs/cbor-php": "^3.0",
"spomky-labs/pki-framework": "^1.0", "spomky-labs/pki-framework": "^1.0",
"symfony/clock": "^6.4|^7.0",
"symfony/deprecation-contracts": "^3.2", "symfony/deprecation-contracts": "^3.2",
"symfony/property-access": "^6.4|^7.0", "symfony/uid": "^6.1|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
"web-auth/cose-lib": "^4.2.3" "web-auth/cose-lib": "^4.2.3"
}, },
"suggest": { "suggest": {
"phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement",
"psr/clock-implementation": "As of 4.5.x, the PSR Clock implementation will replace lcobucci/clock",
"psr/log-implementation": "Recommended to receive logs from the library", "psr/log-implementation": "Recommended to receive logs from the library",
"symfony/event-dispatcher": "Recommended to use dispatched events", "symfony/event-dispatcher": "Recommended to use dispatched events",
"symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources" "web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources"
}, },
"type": "library", "type": "library",
@ -8881,7 +8950,7 @@
"webauthn" "webauthn"
], ],
"support": { "support": {
"source": "https://github.com/web-auth/webauthn-lib/tree/5.0.0" "source": "https://github.com/web-auth/webauthn-lib/tree/4.9.0"
}, },
"funding": [ "funding": [
{ {
@ -8893,7 +8962,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-07-12T14:35:35+00:00" "time": "2024-07-11T09:06:25+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@ -10484,38 +10553,38 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v8.3.0", "version": "v8.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "b49f5b2891ce52726adfd162841c69d4e4c84229" "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/b49f5b2891ce52726adfd162841c69d4e4c84229", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/13e5d538b95a744d85f447a321ce10adb28e9af9",
"reference": "b49f5b2891ce52726adfd162841c69d4e4c84229", "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"filp/whoops": "^2.15.4", "filp/whoops": "^2.15.4",
"nunomaduro/termwind": "^2.0.1", "nunomaduro/termwind": "^2.0.1",
"php": "^8.2.0", "php": "^8.2.0",
"symfony/console": "^7.1.2" "symfony/console": "^7.0.4"
}, },
"conflict": { "conflict": {
"laravel/framework": "<11.0.0 || >=12.0.0", "laravel/framework": "<11.0.0 || >=12.0.0",
"phpunit/phpunit": "<10.5.1 || >=12.0.0" "phpunit/phpunit": "<10.5.1 || >=12.0.0"
}, },
"require-dev": { "require-dev": {
"larastan/larastan": "^2.9.8", "larastan/larastan": "^2.9.2",
"laravel/framework": "^11.16.0", "laravel/framework": "^11.0.0",
"laravel/pint": "^1.16.2", "laravel/pint": "^1.14.0",
"laravel/sail": "^1.30.2", "laravel/sail": "^1.28.2",
"laravel/sanctum": "^4.0.2", "laravel/sanctum": "^4.0.0",
"laravel/tinker": "^2.9.0", "laravel/tinker": "^2.9.0",
"orchestra/testbench-core": "^9.2.1", "orchestra/testbench-core": "^9.0.0",
"pestphp/pest": "^2.34.9 || ^3.0.0", "pestphp/pest": "^2.34.1 || ^3.0.0",
"sebastian/environment": "^6.1.0 || ^7.0.0" "sebastian/environment": "^6.0.1 || ^7.0.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -10577,7 +10646,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-07-16T22:41:01+00:00" "time": "2024-03-06T16:20:09+00:00"
}, },
{ {
"name": "openai-php/client", "name": "openai-php/client",