|
@@ -4,20 +4,20 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "e82a971bfd5ab4ba0fa31965a1c6ca60",
|
|
|
+ "content-hash": "6a781a6eb7831ca8568ca458163ccb56",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asbiin/laravel-webauthn",
|
|
|
- "version": "3.2.0",
|
|
|
+ "version": "3.2.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/asbiin/laravel-webauthn.git",
|
|
|
- "reference": "747df5ab7bf0f88bbb36f11c0f281464d6c29d0b"
|
|
|
+ "reference": "05610549427974bf8a3f0cc32a58e4050d9f7792"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/asbiin/laravel-webauthn/zipball/747df5ab7bf0f88bbb36f11c0f281464d6c29d0b",
|
|
|
- "reference": "747df5ab7bf0f88bbb36f11c0f281464d6c29d0b",
|
|
|
+ "url": "https://api.github.com/repos/asbiin/laravel-webauthn/zipball/05610549427974bf8a3f0cc32a58e4050d9f7792",
|
|
|
+ "reference": "05610549427974bf8a3f0cc32a58e4050d9f7792",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -92,7 +92,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-07-30T09:08:07+00:00"
|
|
|
+ "time": "2022-08-20T17:56:48+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "bacon/bacon-qr-code",
|
|
@@ -217,16 +217,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "brick/math",
|
|
|
- "version": "0.10.1",
|
|
|
+ "version": "0.10.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/brick/math.git",
|
|
|
- "reference": "de846578401f4e58f911b3afeb62ced56365ed87"
|
|
|
+ "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/brick/math/zipball/de846578401f4e58f911b3afeb62ced56365ed87",
|
|
|
- "reference": "de846578401f4e58f911b3afeb62ced56365ed87",
|
|
|
+ "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
|
|
|
+ "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -261,7 +261,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/brick/math/issues",
|
|
|
- "source": "https://github.com/brick/math/tree/0.10.1"
|
|
|
+ "source": "https://github.com/brick/math/tree/0.10.2"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -269,7 +269,149 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-08-01T22:54:31+00:00"
|
|
|
+ "time": "2022-08-10T22:54:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "chillerlan/php-qrcode",
|
|
|
+ "version": "4.3.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/chillerlan/php-qrcode.git",
|
|
|
+ "reference": "2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d",
|
|
|
+ "reference": "2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "chillerlan/php-settings-container": "^2.1.4",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "php": "^7.4 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phan/phan": "^5.3",
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "setasign/fpdf": "^1.8.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
|
|
|
+ "setasign/fpdf": "Required to use the QR FPDF output."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "chillerlan\\QRCode\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Kazuhiko Arase",
|
|
|
+ "homepage": "https://github.com/kazuhikoarase"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Smiley",
|
|
|
+ "email": "smiley@chillerlan.net",
|
|
|
+ "homepage": "https://github.com/codemasher"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Contributors",
|
|
|
+ "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A QR code generator. PHP 7.4+",
|
|
|
+ "homepage": "https://github.com/chillerlan/php-qrcode",
|
|
|
+ "keywords": [
|
|
|
+ "phpqrcode",
|
|
|
+ "qr",
|
|
|
+ "qr code",
|
|
|
+ "qrcode",
|
|
|
+ "qrcode-generator"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/chillerlan/php-qrcode/issues",
|
|
|
+ "source": "https://github.com/chillerlan/php-qrcode/tree/4.3.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://ko-fi.com/codemasher",
|
|
|
+ "type": "ko_fi"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-07-25T09:12:45+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "chillerlan/php-settings-container",
|
|
|
+ "version": "2.1.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/chillerlan/php-settings-container.git",
|
|
|
+ "reference": "1beb7df3c14346d4344b0b2e12f6f9a74feabd4a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/1beb7df3c14346d4344b0b2e12f6f9a74feabd4a",
|
|
|
+ "reference": "1beb7df3c14346d4344b0b2e12f6f9a74feabd4a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^7.4 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phan/phan": "^5.3",
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "chillerlan\\Settings\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Smiley",
|
|
|
+ "email": "smiley@chillerlan.net",
|
|
|
+ "homepage": "https://github.com/codemasher"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A container class for immutable settings objects. Not a DI container. PHP 7.4+",
|
|
|
+ "homepage": "https://github.com/chillerlan/php-settings-container",
|
|
|
+ "keywords": [
|
|
|
+ "PHP7",
|
|
|
+ "Settings",
|
|
|
+ "configuration",
|
|
|
+ "container",
|
|
|
+ "helper"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/chillerlan/php-settings-container/issues",
|
|
|
+ "source": "https://github.com/chillerlan/php-settings-container"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://ko-fi.com/codemasher",
|
|
|
+ "type": "ko_fi"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-07-05T22:32:14+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "dasprid/enum",
|
|
@@ -488,16 +630,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/dbal",
|
|
|
- "version": "3.4.0",
|
|
|
+ "version": "3.4.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
|
- "reference": "118a360e9437e88d49024f36283c8bcbd76105f5"
|
|
|
+ "reference": "22de295f10edbe00df74f517612f1fbd711131e2"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/118a360e9437e88d49024f36283c8bcbd76105f5",
|
|
|
- "reference": "118a360e9437e88d49024f36283c8bcbd76105f5",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/22de295f10edbe00df74f517612f1fbd711131e2",
|
|
|
+ "reference": "22de295f10edbe00df74f517612f1fbd711131e2",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -579,7 +721,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/doctrine/dbal/issues",
|
|
|
- "source": "https://github.com/doctrine/dbal/tree/3.4.0"
|
|
|
+ "source": "https://github.com/doctrine/dbal/tree/3.4.2"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -595,7 +737,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-08-06T20:35:57+00:00"
|
|
|
+ "time": "2022-08-21T14:21:06+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/deprecations",
|
|
@@ -1695,16 +1837,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/framework",
|
|
|
- "version": "v9.24.0",
|
|
|
+ "version": "v9.25.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laravel/framework.git",
|
|
|
- "reference": "053840f579cf01d353d81333802afced79b1c0af"
|
|
|
+ "reference": "e8af8c2212e3717757ea7f459a655a2e9e771109"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/framework/zipball/053840f579cf01d353d81333802afced79b1c0af",
|
|
|
- "reference": "053840f579cf01d353d81333802afced79b1c0af",
|
|
|
+ "url": "https://api.github.com/repos/laravel/framework/zipball/e8af8c2212e3717757ea7f459a655a2e9e771109",
|
|
|
+ "reference": "e8af8c2212e3717757ea7f459a655a2e9e771109",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1871,7 +2013,7 @@
|
|
|
"issues": "https://github.com/laravel/framework/issues",
|
|
|
"source": "https://github.com/laravel/framework"
|
|
|
},
|
|
|
- "time": "2022-08-09T13:43:22+00:00"
|
|
|
+ "time": "2022-08-16T16:36:05+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/sanctum",
|
|
@@ -2316,16 +2458,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "league/flysystem",
|
|
|
- "version": "3.2.0",
|
|
|
+ "version": "3.2.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/thephpleague/flysystem.git",
|
|
|
- "reference": "ed0ecc7f9b5c2f4a9872185846974a808a3b052a"
|
|
|
+ "reference": "81aea9e5217084c7850cd36e1587ee4aad721c6b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/ed0ecc7f9b5c2f4a9872185846974a808a3b052a",
|
|
|
- "reference": "ed0ecc7f9b5c2f4a9872185846974a808a3b052a",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/81aea9e5217084c7850cd36e1587ee4aad721c6b",
|
|
|
+ "reference": "81aea9e5217084c7850cd36e1587ee4aad721c6b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2386,7 +2528,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/thephpleague/flysystem/issues",
|
|
|
- "source": "https://github.com/thephpleague/flysystem/tree/3.2.0"
|
|
|
+ "source": "https://github.com/thephpleague/flysystem/tree/3.2.1"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -2402,7 +2544,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-07-26T07:26:36+00:00"
|
|
|
+ "time": "2022-08-14T20:48:34+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "league/mime-type-detection",
|
|
@@ -7269,16 +7411,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "web-auth/cose-lib",
|
|
|
- "version": "v4.0.5",
|
|
|
+ "version": "v4.0.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/web-auth/cose-lib.git",
|
|
|
- "reference": "2fe6c0d35136d75bc538372a317ca5df5a75ce73"
|
|
|
+ "reference": "d72032843c97ba40edb682dfcec0b787b25cbe6f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/2fe6c0d35136d75bc538372a317ca5df5a75ce73",
|
|
|
- "reference": "2fe6c0d35136d75bc538372a317ca5df5a75ce73",
|
|
|
+ "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/d72032843c97ba40edb682dfcec0b787b25cbe6f",
|
|
|
+ "reference": "d72032843c97ba40edb682dfcec0b787b25cbe6f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -7338,7 +7480,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/web-auth/cose-lib/issues",
|
|
|
- "source": "https://github.com/web-auth/cose-lib/tree/v4.0.5"
|
|
|
+ "source": "https://github.com/web-auth/cose-lib/tree/v4.0.6"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -7350,7 +7492,7 @@
|
|
|
"type": "patreon"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-08-04T16:48:04+00:00"
|
|
|
+ "time": "2022-08-16T14:04:27+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "web-auth/metadata-service",
|
|
@@ -8270,16 +8412,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "friendsofphp/php-cs-fixer",
|
|
|
- "version": "v3.9.5",
|
|
|
+ "version": "v3.10.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
|
|
- "reference": "4465d70ba776806857a1ac2a6f877e582445ff36"
|
|
|
+ "reference": "76d7da666e66d83a1dc27a9d1c625c80cc4ac1fe"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/4465d70ba776806857a1ac2a6f877e582445ff36",
|
|
|
- "reference": "4465d70ba776806857a1ac2a6f877e582445ff36",
|
|
|
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/76d7da666e66d83a1dc27a9d1c625c80cc4ac1fe",
|
|
|
+ "reference": "76d7da666e66d83a1dc27a9d1c625c80cc4ac1fe",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -8289,7 +8431,7 @@
|
|
|
"ext-json": "*",
|
|
|
"ext-tokenizer": "*",
|
|
|
"php": "^7.4 || ^8.0",
|
|
|
- "php-cs-fixer/diff": "^2.0",
|
|
|
+ "sebastian/diff": "^4.0",
|
|
|
"symfony/console": "^5.4 || ^6.0",
|
|
|
"symfony/event-dispatcher": "^5.4 || ^6.0",
|
|
|
"symfony/filesystem": "^5.4 || ^6.0",
|
|
@@ -8347,7 +8489,7 @@
|
|
|
"description": "A tool to automatically fix PHP code style",
|
|
|
"support": {
|
|
|
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
|
|
|
- "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.5"
|
|
|
+ "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.10.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -8355,7 +8497,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-07-22T08:43:51+00:00"
|
|
|
+ "time": "2022-08-17T22:13:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "hamcrest/hamcrest-php",
|
|
@@ -8738,304 +8880,25 @@
|
|
|
},
|
|
|
"time": "2022-02-21T01:04:05+00:00"
|
|
|
},
|
|
|
- {
|
|
|
- "name": "php-cs-fixer/diff",
|
|
|
- "version": "v2.0.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/PHP-CS-Fixer/diff.git",
|
|
|
- "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
|
|
|
- "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^5.6 || ^7.0 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
|
|
|
- "symfony/process": "^3.3"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Kore Nordmann",
|
|
|
- "email": "mail@kore-nordmann.de"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "sebastian/diff v3 backport support for PHP 5.6+",
|
|
|
- "homepage": "https://github.com/PHP-CS-Fixer",
|
|
|
- "keywords": [
|
|
|
- "diff"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
|
|
|
- "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
|
|
|
- },
|
|
|
- "time": "2020-10-14T08:32:19+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpdocumentor/reflection-common",
|
|
|
- "version": "2.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-2.x": "2.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jaap van Otterdijk",
|
|
|
- "email": "opensource@ijaap.nl"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
|
- "homepage": "http://www.phpdoc.org",
|
|
|
- "keywords": [
|
|
|
- "FQSEN",
|
|
|
- "phpDocumentor",
|
|
|
- "phpdoc",
|
|
|
- "reflection",
|
|
|
- "static analysis"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
|
- "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
|
|
- },
|
|
|
- "time": "2020-06-27T09:03:43+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpdocumentor/reflection-docblock",
|
|
|
- "version": "5.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
- "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
- "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-filter": "*",
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "phpdocumentor/reflection-common": "^2.2",
|
|
|
- "phpdocumentor/type-resolver": "^1.3",
|
|
|
- "webmozart/assert": "^1.9.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "~1.3.2",
|
|
|
- "psalm/phar": "^4.8"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mike van Riel",
|
|
|
- "email": "me@mikevanriel.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jaap van Otterdijk",
|
|
|
- "email": "account@ijaap.nl"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
|
- "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
|
|
- },
|
|
|
- "time": "2021-10-19T17:43:47+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpdocumentor/type-resolver",
|
|
|
- "version": "1.6.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
- "reference": "77a32518733312af16a44300404e945338981de3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
|
|
|
- "reference": "77a32518733312af16a44300404e945338981de3",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "phpdocumentor/reflection-common": "^2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-tokenizer": "*",
|
|
|
- "psalm/phar": "^4.8"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-1.x": "1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mike van Riel",
|
|
|
- "email": "me@mikevanriel.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
|
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
|
|
|
- },
|
|
|
- "time": "2022-03-15T21:29:03+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpspec/prophecy",
|
|
|
- "version": "v1.15.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpspec/prophecy.git",
|
|
|
- "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
|
- "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "doctrine/instantiator": "^1.2",
|
|
|
- "php": "^7.2 || ~8.0, <8.2",
|
|
|
- "phpdocumentor/reflection-docblock": "^5.2",
|
|
|
- "sebastian/comparator": "^3.0 || ^4.0",
|
|
|
- "sebastian/recursion-context": "^3.0 || ^4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpspec/phpspec": "^6.0 || ^7.0",
|
|
|
- "phpunit/phpunit": "^8.0 || ^9.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Prophecy\\": "src/Prophecy"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Konstantin Kudryashov",
|
|
|
- "email": "ever.zet@gmail.com",
|
|
|
- "homepage": "http://everzet.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Marcello Duarte",
|
|
|
- "email": "marcello.duarte@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
|
- "homepage": "https://github.com/phpspec/prophecy",
|
|
|
- "keywords": [
|
|
|
- "Double",
|
|
|
- "Dummy",
|
|
|
- "fake",
|
|
|
- "mock",
|
|
|
- "spy",
|
|
|
- "stub"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/phpspec/prophecy/issues",
|
|
|
- "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
|
|
|
- },
|
|
|
- "time": "2021-12-08T12:19:24+00:00"
|
|
|
- },
|
|
|
{
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
- "version": "9.2.15",
|
|
|
+ "version": "9.2.16",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
- "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
|
|
|
+ "reference": "2593003befdcc10db5e213f9f28814f5aa8ac073"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
|
|
|
- "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2593003befdcc10db5e213f9f28814f5aa8ac073",
|
|
|
+ "reference": "2593003befdcc10db5e213f9f28814f5aa8ac073",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-dom": "*",
|
|
|
"ext-libxml": "*",
|
|
|
"ext-xmlwriter": "*",
|
|
|
- "nikic/php-parser": "^4.13.0",
|
|
|
+ "nikic/php-parser": "^4.14",
|
|
|
"php": ">=7.3",
|
|
|
"phpunit/php-file-iterator": "^3.0.3",
|
|
|
"phpunit/php-text-template": "^2.0.2",
|
|
@@ -9084,7 +8947,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
|
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.16"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -9092,7 +8955,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-03-07T09:28:20+00:00"
|
|
|
+ "time": "2022-08-20T05:26:47+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-file-iterator",
|
|
@@ -9337,16 +9200,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/phpunit",
|
|
|
- "version": "9.5.21",
|
|
|
+ "version": "9.5.23",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
- "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1"
|
|
|
+ "reference": "888556852e7e9bbeeedb9656afe46118765ade34"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1",
|
|
|
- "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/888556852e7e9bbeeedb9656afe46118765ade34",
|
|
|
+ "reference": "888556852e7e9bbeeedb9656afe46118765ade34",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -9361,7 +9224,6 @@
|
|
|
"phar-io/manifest": "^2.0.3",
|
|
|
"phar-io/version": "^3.0.2",
|
|
|
"php": ">=7.3",
|
|
|
- "phpspec/prophecy": "^1.12.1",
|
|
|
"phpunit/php-code-coverage": "^9.2.13",
|
|
|
"phpunit/php-file-iterator": "^3.0.5",
|
|
|
"phpunit/php-invoker": "^3.1.1",
|
|
@@ -9379,9 +9241,6 @@
|
|
|
"sebastian/type": "^3.0",
|
|
|
"sebastian/version": "^3.0.2"
|
|
|
},
|
|
|
- "require-dev": {
|
|
|
- "phpspec/prophecy-phpunit": "^2.0.1"
|
|
|
- },
|
|
|
"suggest": {
|
|
|
"ext-soap": "*",
|
|
|
"ext-xdebug": "*"
|
|
@@ -9423,7 +9282,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
|
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21"
|
|
|
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.23"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -9435,7 +9294,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-06-19T12:14:25+00:00"
|
|
|
+ "time": "2022-08-22T14:01:36+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "pimple/pimple",
|
|
@@ -10886,16 +10745,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "spatie/ray",
|
|
|
- "version": "1.35.0",
|
|
|
+ "version": "1.36.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/spatie/ray.git",
|
|
|
- "reference": "7196737c17718264aef9e446b773ee490c1563dd"
|
|
|
+ "reference": "4a4def8cda4806218341b8204c98375aa8c34323"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/spatie/ray/zipball/7196737c17718264aef9e446b773ee490c1563dd",
|
|
|
- "reference": "7196737c17718264aef9e446b773ee490c1563dd",
|
|
|
+ "url": "https://api.github.com/repos/spatie/ray/zipball/4a4def8cda4806218341b8204c98375aa8c34323",
|
|
|
+ "reference": "4a4def8cda4806218341b8204c98375aa8c34323",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -10945,7 +10804,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/spatie/ray/issues",
|
|
|
- "source": "https://github.com/spatie/ray/tree/1.35.0"
|
|
|
+ "source": "https://github.com/spatie/ray/tree/1.36.0"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -10957,7 +10816,7 @@
|
|
|
"type": "other"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-08-09T14:35:12+00:00"
|
|
|
+ "time": "2022-08-11T14:04:18+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/filesystem",
|