|
@@ -95,6 +95,62 @@
|
|
],
|
|
],
|
|
"time": "2022-02-19T10:42:03+00:00"
|
|
"time": "2022-02-19T10:42:03+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "asm89/stack-cors",
|
|
|
|
+ "version": "v2.1.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/asm89/stack-cors.git",
|
|
|
|
+ "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a",
|
|
|
|
+ "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.2|^8.0",
|
|
|
|
+ "symfony/http-foundation": "^4|^5|^6",
|
|
|
|
+ "symfony/http-kernel": "^4|^5|^6"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^7|^9",
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.1-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Asm89\\Stack\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Alexander",
|
|
|
|
+ "email": "iam.asm89@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Cross-origin resource sharing library and stack middleware",
|
|
|
|
+ "homepage": "https://github.com/asm89/stack-cors",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "cors",
|
|
|
|
+ "stack"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/asm89/stack-cors/issues",
|
|
|
|
+ "source": "https://github.com/asm89/stack-cors/tree/v2.1.1"
|
|
|
|
+ },
|
|
|
|
+ "time": "2022-01-18T09:12:03+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "2.0.6",
|
|
"version": "2.0.6",
|
|
@@ -1350,20 +1406,20 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "fruitcake/laravel-cors",
|
|
"name": "fruitcake/laravel-cors",
|
|
- "version": "v2.1.0",
|
|
|
|
|
|
+ "version": "v2.2.0",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/fruitcake/laravel-cors.git",
|
|
"url": "https://github.com/fruitcake/laravel-cors.git",
|
|
- "reference": "361d71f00a0eea8b74da26ae75d0d207c53aa5b3"
|
|
|
|
|
|
+ "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/361d71f00a0eea8b74da26ae75d0d207c53aa5b3",
|
|
|
|
- "reference": "361d71f00a0eea8b74da26ae75d0d207c53aa5b3",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/783a74f5e3431d7b9805be8afb60fd0a8f743534",
|
|
|
|
+ "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
- "fruitcake/php-cors": "^1",
|
|
|
|
|
|
+ "asm89/stack-cors": "^2.0.1",
|
|
"illuminate/contracts": "^6|^7|^8|^9",
|
|
"illuminate/contracts": "^6|^7|^8|^9",
|
|
"illuminate/support": "^6|^7|^8|^9",
|
|
"illuminate/support": "^6|^7|^8|^9",
|
|
"php": ">=7.2"
|
|
"php": ">=7.2"
|
|
@@ -1413,7 +1469,7 @@
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
"issues": "https://github.com/fruitcake/laravel-cors/issues",
|
|
"issues": "https://github.com/fruitcake/laravel-cors/issues",
|
|
- "source": "https://github.com/fruitcake/laravel-cors/tree/v2.1.0"
|
|
|
|
|
|
+ "source": "https://github.com/fruitcake/laravel-cors/tree/v2.2.0"
|
|
},
|
|
},
|
|
"funding": [
|
|
"funding": [
|
|
{
|
|
{
|
|
@@ -1425,78 +1481,7 @@
|
|
"type": "github"
|
|
"type": "github"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "time": "2022-02-19T14:17:28+00:00"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name": "fruitcake/php-cors",
|
|
|
|
- "version": "v1.2.0",
|
|
|
|
- "source": {
|
|
|
|
- "type": "git",
|
|
|
|
- "url": "https://github.com/fruitcake/php-cors.git",
|
|
|
|
- "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e"
|
|
|
|
- },
|
|
|
|
- "dist": {
|
|
|
|
- "type": "zip",
|
|
|
|
- "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e",
|
|
|
|
- "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e",
|
|
|
|
- "shasum": ""
|
|
|
|
- },
|
|
|
|
- "require": {
|
|
|
|
- "php": "^7.4|^8.0",
|
|
|
|
- "symfony/http-foundation": "^4.4|^5.4|^6"
|
|
|
|
- },
|
|
|
|
- "require-dev": {
|
|
|
|
- "phpstan/phpstan": "^1.4",
|
|
|
|
- "phpunit/phpunit": "^9",
|
|
|
|
- "squizlabs/php_codesniffer": "^3.5"
|
|
|
|
- },
|
|
|
|
- "type": "library",
|
|
|
|
- "extra": {
|
|
|
|
- "branch-alias": {
|
|
|
|
- "dev-main": "1.1-dev"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "autoload": {
|
|
|
|
- "psr-4": {
|
|
|
|
- "Fruitcake\\Cors\\": "src/"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
|
- "license": [
|
|
|
|
- "MIT"
|
|
|
|
- ],
|
|
|
|
- "authors": [
|
|
|
|
- {
|
|
|
|
- "name": "Fruitcake",
|
|
|
|
- "homepage": "https://fruitcake.nl"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name": "Barryvdh",
|
|
|
|
- "email": "barryvdh@gmail.com"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
|
|
|
|
- "homepage": "https://github.com/fruitcake/php-cors",
|
|
|
|
- "keywords": [
|
|
|
|
- "cors",
|
|
|
|
- "laravel",
|
|
|
|
- "symfony"
|
|
|
|
- ],
|
|
|
|
- "support": {
|
|
|
|
- "issues": "https://github.com/fruitcake/php-cors/issues",
|
|
|
|
- "source": "https://github.com/fruitcake/php-cors/tree/v1.2.0"
|
|
|
|
- },
|
|
|
|
- "funding": [
|
|
|
|
- {
|
|
|
|
- "url": "https://fruitcake.nl",
|
|
|
|
- "type": "custom"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "url": "https://github.com/barryvdh",
|
|
|
|
- "type": "github"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "time": "2022-02-20T15:07:15+00:00"
|
|
|
|
|
|
+ "time": "2022-02-23T14:25:13+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "graham-campbell/result-type",
|
|
"name": "graham-campbell/result-type",
|
|
@@ -1711,12 +1696,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"autoload": {
|
|
"autoload": {
|
|
- "psr-4": {
|
|
|
|
- "GuzzleHttp\\Promise\\": "src/"
|
|
|
|
- },
|
|
|
|
"files": [
|
|
"files": [
|
|
"src/functions_include.php"
|
|
"src/functions_include.php"
|
|
- ]
|
|
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "GuzzleHttp\\Promise\\": "src/"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"license": [
|
|
@@ -1969,16 +1954,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "laravel/framework",
|
|
"name": "laravel/framework",
|
|
- "version": "v8.83.1",
|
|
|
|
|
|
+ "version": "v8.83.2",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/framework.git",
|
|
"url": "https://github.com/laravel/framework.git",
|
|
- "reference": "bddba117f8bce2f3c9875ca1ca375a96350d0f4d"
|
|
|
|
|
|
+ "reference": "b91b3b5b39fbbdc763746f5714e08d50a4dd7857"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/laravel/framework/zipball/bddba117f8bce2f3c9875ca1ca375a96350d0f4d",
|
|
|
|
- "reference": "bddba117f8bce2f3c9875ca1ca375a96350d0f4d",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/framework/zipball/b91b3b5b39fbbdc763746f5714e08d50a4dd7857",
|
|
|
|
+ "reference": "b91b3b5b39fbbdc763746f5714e08d50a4dd7857",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -2138,20 +2123,20 @@
|
|
"issues": "https://github.com/laravel/framework/issues",
|
|
"issues": "https://github.com/laravel/framework/issues",
|
|
"source": "https://github.com/laravel/framework"
|
|
"source": "https://github.com/laravel/framework"
|
|
},
|
|
},
|
|
- "time": "2022-02-15T15:05:20+00:00"
|
|
|
|
|
|
+ "time": "2022-02-22T15:10:17+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "laravel/passport",
|
|
"name": "laravel/passport",
|
|
- "version": "v10.3.1",
|
|
|
|
|
|
+ "version": "v10.3.2",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/passport.git",
|
|
"url": "https://github.com/laravel/passport.git",
|
|
- "reference": "779e34f0152f42fb76b258d814956313fa38857c"
|
|
|
|
|
|
+ "reference": "c56207e9a37c849da0164842a609a9f38747e95b"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/laravel/passport/zipball/779e34f0152f42fb76b258d814956313fa38857c",
|
|
|
|
- "reference": "779e34f0152f42fb76b258d814956313fa38857c",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/passport/zipball/c56207e9a37c849da0164842a609a9f38747e95b",
|
|
|
|
+ "reference": "c56207e9a37c849da0164842a609a9f38747e95b",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -2215,7 +2200,7 @@
|
|
"issues": "https://github.com/laravel/passport/issues",
|
|
"issues": "https://github.com/laravel/passport/issues",
|
|
"source": "https://github.com/laravel/passport"
|
|
"source": "https://github.com/laravel/passport"
|
|
},
|
|
},
|
|
- "time": "2022-01-25T20:06:06+00:00"
|
|
|
|
|
|
+ "time": "2022-02-15T21:44:15+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "laravel/serializable-closure",
|
|
"name": "laravel/serializable-closure",
|
|
@@ -2346,16 +2331,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "laravel/ui",
|
|
"name": "laravel/ui",
|
|
- "version": "v3.4.4",
|
|
|
|
|
|
+ "version": "v3.4.5",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/ui.git",
|
|
"url": "https://github.com/laravel/ui.git",
|
|
- "reference": "1596de849ecafc0bcc891389da939012b67f9d5c"
|
|
|
|
|
|
+ "reference": "f11d295de1508c5bb56206a620b00b6616de414c"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/laravel/ui/zipball/1596de849ecafc0bcc891389da939012b67f9d5c",
|
|
|
|
- "reference": "1596de849ecafc0bcc891389da939012b67f9d5c",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/ui/zipball/f11d295de1508c5bb56206a620b00b6616de414c",
|
|
|
|
+ "reference": "f11d295de1508c5bb56206a620b00b6616de414c",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -2401,9 +2386,9 @@
|
|
"ui"
|
|
"ui"
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
- "source": "https://github.com/laravel/ui/tree/v3.4.4"
|
|
|
|
|
|
+ "source": "https://github.com/laravel/ui/tree/v3.4.5"
|
|
},
|
|
},
|
|
- "time": "2022-02-10T22:38:33+00:00"
|
|
|
|
|
|
+ "time": "2022-02-21T14:59:16+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "lcobucci/clock",
|
|
"name": "lcobucci/clock",
|
|
@@ -8616,7 +8601,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "web-auth/cose-lib",
|
|
"name": "web-auth/cose-lib",
|
|
- "version": "v3.3.11",
|
|
|
|
|
|
+ "version": "v3.3.12",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/web-auth/cose-lib.git",
|
|
"url": "https://github.com/web-auth/cose-lib.git",
|
|
@@ -8663,7 +8648,7 @@
|
|
"RFC8152"
|
|
"RFC8152"
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
- "source": "https://github.com/web-auth/cose-lib/tree/v3.3.11"
|
|
|
|
|
|
+ "source": "https://github.com/web-auth/cose-lib/tree/v3.3.12"
|
|
},
|
|
},
|
|
"funding": [
|
|
"funding": [
|
|
{
|
|
{
|
|
@@ -8679,7 +8664,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "web-auth/metadata-service",
|
|
"name": "web-auth/metadata-service",
|
|
- "version": "v3.3.11",
|
|
|
|
|
|
+ "version": "v3.3.12",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
|
|
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
|
|
@@ -8732,7 +8717,7 @@
|
|
"webauthn"
|
|
"webauthn"
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
- "source": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.11"
|
|
|
|
|
|
+ "source": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.12"
|
|
},
|
|
},
|
|
"funding": [
|
|
"funding": [
|
|
{
|
|
{
|
|
@@ -8748,16 +8733,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "web-auth/webauthn-lib",
|
|
"name": "web-auth/webauthn-lib",
|
|
- "version": "v3.3.11",
|
|
|
|
|
|
+ "version": "v3.3.12",
|
|
"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": "8761be69b22894aaa0919300a7165b90ead97751"
|
|
|
|
|
|
+ "reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/8761be69b22894aaa0919300a7165b90ead97751",
|
|
|
|
- "reference": "8761be69b22894aaa0919300a7165b90ead97751",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
|
|
|
|
+ "reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -8814,7 +8799,7 @@
|
|
"webauthn"
|
|
"webauthn"
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
- "source": "https://github.com/web-auth/webauthn-lib/tree/v3.3.11"
|
|
|
|
|
|
+ "source": "https://github.com/web-auth/webauthn-lib/tree/v3.3.12"
|
|
},
|
|
},
|
|
"funding": [
|
|
"funding": [
|
|
{
|
|
{
|
|
@@ -8826,7 +8811,7 @@
|
|
"type": "patreon"
|
|
"type": "patreon"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "time": "2021-11-21T11:14:31+00:00"
|
|
|
|
|
|
+ "time": "2022-02-18T07:13:44+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "web-token/jwt-core",
|
|
"name": "web-token/jwt-core",
|
|
@@ -9531,16 +9516,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "facade/ignition",
|
|
"name": "facade/ignition",
|
|
- "version": "2.17.4",
|
|
|
|
|
|
+ "version": "2.17.5",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/facade/ignition.git",
|
|
"url": "https://github.com/facade/ignition.git",
|
|
- "reference": "95c80bd35ee6858e9e1439b2f6a698295eeb2070"
|
|
|
|
|
|
+ "reference": "1d71996f83c9a5a7807331b8986ac890352b7a0c"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/facade/ignition/zipball/95c80bd35ee6858e9e1439b2f6a698295eeb2070",
|
|
|
|
- "reference": "95c80bd35ee6858e9e1439b2f6a698295eeb2070",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/facade/ignition/zipball/1d71996f83c9a5a7807331b8986ac890352b7a0c",
|
|
|
|
+ "reference": "1d71996f83c9a5a7807331b8986ac890352b7a0c",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -9605,7 +9590,7 @@
|
|
"issues": "https://github.com/facade/ignition/issues",
|
|
"issues": "https://github.com/facade/ignition/issues",
|
|
"source": "https://github.com/facade/ignition"
|
|
"source": "https://github.com/facade/ignition"
|
|
},
|
|
},
|
|
- "time": "2021-12-27T15:11:24+00:00"
|
|
|
|
|
|
+ "time": "2022-02-23T18:31:24+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "facade/ignition-contracts",
|
|
"name": "facade/ignition-contracts",
|
|
@@ -10544,16 +10529,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"name": "phpunit/php-code-coverage",
|
|
- "version": "9.2.11",
|
|
|
|
|
|
+ "version": "9.2.13",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
- "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f"
|
|
|
|
|
|
+ "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/665a1ac0a763c51afc30d6d130dac0813092b17f",
|
|
|
|
- "reference": "665a1ac0a763c51afc30d6d130dac0813092b17f",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/deac8540cb7bd40b2b8cfa679b76202834fd04e8",
|
|
|
|
+ "reference": "deac8540cb7bd40b2b8cfa679b76202834fd04e8",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -10609,7 +10594,7 @@
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.11"
|
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.13"
|
|
},
|
|
},
|
|
"funding": [
|
|
"funding": [
|
|
{
|
|
{
|
|
@@ -10617,7 +10602,7 @@
|
|
"type": "github"
|
|
"type": "github"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "time": "2022-02-18T12:46:09+00:00"
|
|
|
|
|
|
+ "time": "2022-02-23T17:02:38+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"name": "phpunit/php-file-iterator",
|
|
@@ -10862,16 +10847,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"name": "phpunit/phpunit",
|
|
- "version": "9.5.14",
|
|
|
|
|
|
+ "version": "9.5.16",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
- "reference": "1883687169c017d6ae37c58883ca3994cfc34189"
|
|
|
|
|
|
+ "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1883687169c017d6ae37c58883ca3994cfc34189",
|
|
|
|
- "reference": "1883687169c017d6ae37c58883ca3994cfc34189",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
|
|
|
|
+ "reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -10887,7 +10872,7 @@
|
|
"phar-io/version": "^3.0.2",
|
|
"phar-io/version": "^3.0.2",
|
|
"php": ">=7.3",
|
|
"php": ">=7.3",
|
|
"phpspec/prophecy": "^1.12.1",
|
|
"phpspec/prophecy": "^1.12.1",
|
|
- "phpunit/php-code-coverage": "^9.2.7",
|
|
|
|
|
|
+ "phpunit/php-code-coverage": "^9.2.13",
|
|
"phpunit/php-file-iterator": "^3.0.5",
|
|
"phpunit/php-file-iterator": "^3.0.5",
|
|
"phpunit/php-invoker": "^3.1.1",
|
|
"phpunit/php-invoker": "^3.1.1",
|
|
"phpunit/php-text-template": "^2.0.3",
|
|
"phpunit/php-text-template": "^2.0.3",
|
|
@@ -10949,7 +10934,7 @@
|
|
],
|
|
],
|
|
"support": {
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.14"
|
|
|
|
|
|
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.16"
|
|
},
|
|
},
|
|
"funding": [
|
|
"funding": [
|
|
{
|
|
{
|
|
@@ -10961,7 +10946,7 @@
|
|
"type": "github"
|
|
"type": "github"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "time": "2022-02-18T12:54:07+00:00"
|
|
|
|
|
|
+ "time": "2022-02-23T17:10:58+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "sebastian/cli-parser",
|
|
"name": "sebastian/cli-parser",
|