更新依赖到最新;

This commit is contained in:
2022-04-17 21:13:47 +08:00
parent 6ea41190c9
commit b2e6016d14

265
composer.lock generated
View File

@@ -120,12 +120,12 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"AlibabaCloud\\Client\\": "src"
},
"files": [ "files": [
"src/Functions.php" "src/Functions.php"
] ],
"psr-4": {
"AlibabaCloud\\Client\\": "src"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -297,12 +297,12 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"Stringy\\": "src/"
},
"files": [ "files": [
"src/Create.php" "src/Create.php"
] ],
"psr-4": {
"Stringy\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -414,16 +414,16 @@
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
"version": "1.2.2", "version": "1.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/lexer.git", "url": "https://github.com/doctrine/lexer.git",
"reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -437,7 +437,7 @@
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9.0", "doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "1.3", "phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11" "vimeo/psalm": "^4.11"
}, },
@@ -476,7 +476,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/lexer/issues", "issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.2" "source": "https://github.com/doctrine/lexer/tree/1.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -492,7 +492,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-12T08:27:12+00:00" "time": "2022-02-28T11:07:21+00:00"
}, },
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
@@ -519,12 +519,12 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [ "files": [
"library/HTMLPurifier.composer.php" "library/HTMLPurifier.composer.php"
], ],
"psr-0": {
"HTMLPurifier": "library/"
},
"exclude-from-classmap": [ "exclude-from-classmap": [
"/library/HTMLPurifier/Language/" "/library/HTMLPurifier/Language/"
] ]
@@ -553,16 +553,16 @@
}, },
{ {
"name": "guzzlehttp/command", "name": "guzzlehttp/command",
"version": "1.2.1", "version": "1.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/command.git", "url": "https://github.com/guzzle/command.git",
"reference": "04b06e7f5ef37d814aeb3f4b6015b65a9d4412c5" "reference": "7883359e0ecab8a8f7c43aad2fc36360a35d21e8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/command/zipball/04b06e7f5ef37d814aeb3f4b6015b65a9d4412c5", "url": "https://api.github.com/repos/guzzle/command/zipball/7883359e0ecab8a8f7c43aad2fc36360a35d21e8",
"reference": "04b06e7f5ef37d814aeb3f4b6015b65a9d4412c5", "reference": "7883359e0ecab8a8f7c43aad2fc36360a35d21e8",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -572,9 +572,9 @@
] ]
}, },
"require": { "require": {
"guzzlehttp/guzzle": "^7.3", "guzzlehttp/guzzle": "^7.4.1",
"guzzlehttp/promises": "^1.3", "guzzlehttp/promises": "^1.5.1",
"guzzlehttp/psr7": "^1.7 || ^2.0", "guzzlehttp/psr7": "^1.8.3 || ^2.1",
"php": "^7.2.5 || ^8.0" "php": "^7.2.5 || ^8.0"
}, },
"require-dev": { "require-dev": {
@@ -620,7 +620,7 @@
"description": "Provides the foundation for building command-based web service clients", "description": "Provides the foundation for building command-based web service clients",
"support": { "support": {
"issues": "https://github.com/guzzle/command/issues", "issues": "https://github.com/guzzle/command/issues",
"source": "https://github.com/guzzle/command/tree/1.2.1" "source": "https://github.com/guzzle/command/tree/1.2.2"
}, },
"funding": [ "funding": [
{ {
@@ -636,7 +636,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-05T19:12:19+00:00" "time": "2022-02-08T10:21:14+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@@ -688,12 +688,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
},
"files": [ "files": [
"src/functions_include.php" "src/functions_include.php"
] ],
"psr-4": {
"GuzzleHttp\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -770,16 +770,16 @@
}, },
{ {
"name": "guzzlehttp/guzzle-services", "name": "guzzlehttp/guzzle-services",
"version": "1.3.1", "version": "1.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle-services.git", "url": "https://github.com/guzzle/guzzle-services.git",
"reference": "3731f120ce6856f4c71fff7cb2a27e263fe69f84" "reference": "4989d902dd4e0411b320e851c46f3c94d652d891"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/3731f120ce6856f4c71fff7cb2a27e263fe69f84", "url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/4989d902dd4e0411b320e851c46f3c94d652d891",
"reference": "3731f120ce6856f4c71fff7cb2a27e263fe69f84", "reference": "4989d902dd4e0411b320e851c46f3c94d652d891",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -789,10 +789,10 @@
] ]
}, },
"require": { "require": {
"guzzlehttp/command": "^1.2", "guzzlehttp/command": "^1.2.2",
"guzzlehttp/guzzle": "^7.3", "guzzlehttp/guzzle": "^7.4.1",
"guzzlehttp/psr7": "^1.7 || ^2.0", "guzzlehttp/psr7": "^1.8.3 || ^2.1",
"guzzlehttp/uri-template": "^0.2 || ^1.0", "guzzlehttp/uri-template": "^1.0.1",
"php": "^7.2.5 || ^8.0" "php": "^7.2.5 || ^8.0"
}, },
"require-dev": { "require-dev": {
@@ -841,7 +841,7 @@
"description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.", "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
"support": { "support": {
"issues": "https://github.com/guzzle/guzzle-services/issues", "issues": "https://github.com/guzzle/guzzle-services/issues",
"source": "https://github.com/guzzle/guzzle-services/tree/1.3.1" "source": "https://github.com/guzzle/guzzle-services/tree/1.3.2"
}, },
"funding": [ "funding": [
{ {
@@ -857,7 +857,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-07T13:01:35+00:00" "time": "2022-03-03T11:21:34+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@@ -892,12 +892,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": [
@@ -1319,16 +1319,16 @@
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
"version": "1.9.0", "version": "1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git", "url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" "reference": "3e4a35d756eedc67096f30240a68a3149120dae7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3e4a35d756eedc67096f30240a68a3149120dae7",
"reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", "reference": "3e4a35d756eedc67096f30240a68a3149120dae7",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -1365,7 +1365,7 @@
"description": "Mime-type detection for Flysystem", "description": "Mime-type detection for Flysystem",
"support": { "support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues", "issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0" "source": "https://github.com/thephpleague/mime-type-detection/tree/1.10.0"
}, },
"funding": [ "funding": [
{ {
@@ -1377,7 +1377,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-21T11:48:40+00:00" "time": "2022-04-11T12:49:04+00:00"
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",
@@ -1613,12 +1613,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"JmesPath\\": "src/"
},
"files": [ "files": [
"src/JmesPath.php" "src/JmesPath.php"
] ],
"psr-4": {
"JmesPath\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -1644,16 +1644,16 @@
}, },
{ {
"name": "myclabs/php-enum", "name": "myclabs/php-enum",
"version": "1.8.3", "version": "1.6.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/php-enum.git", "url": "https://github.com/myclabs/php-enum.git",
"reference": "b942d263c641ddb5190929ff840c68f78713e937" "reference": "32c4202886c51fbe5cc3a7c34ec5c9a4a790345e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/32c4202886c51fbe5cc3a7c34ec5c9a4a790345e",
"reference": "b942d263c641ddb5190929ff840c68f78713e937", "reference": "32c4202886c51fbe5cc3a7c34ec5c9a4a790345e",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -1664,12 +1664,11 @@
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.3 || ^8.0" "php": ">=5.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
"squizlabs/php_codesniffer": "1.*", "squizlabs/php_codesniffer": "1.*"
"vimeo/psalm": "^4.6.2"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -1694,19 +1693,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/myclabs/php-enum/issues", "issues": "https://github.com/myclabs/php-enum/issues",
"source": "https://github.com/myclabs/php-enum/tree/1.8.3" "source": "https://github.com/myclabs/php-enum/tree/master"
}, },
"funding": [ "time": "2019-02-04T21:18:49+00:00"
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
"type": "tidelift"
}
],
"time": "2021-07-05T08:18:36+00:00"
}, },
{ {
"name": "phpoffice/phpspreadsheet", "name": "phpoffice/phpspreadsheet",
@@ -2220,16 +2209,16 @@
}, },
{ {
"name": "qcloud/cos-sdk-v5", "name": "qcloud/cos-sdk-v5",
"version": "v2.5.0", "version": "v2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tencentyun/cos-php-sdk-v5.git", "url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
"reference": "9aa2c598dc8cc8e7b7c0d85a0ee1998465eade72" "reference": "85d5cb660574a3de6f4a83b76e8b0506e03b9e9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/9aa2c598dc8cc8e7b7c0d85a0ee1998465eade72", "url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/85d5cb660574a3de6f4a83b76e8b0506e03b9e9a",
"reference": "9aa2c598dc8cc8e7b7c0d85a0ee1998465eade72", "reference": "85d5cb660574a3de6f4a83b76e8b0506e03b9e9a",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -2287,22 +2276,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues", "issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues",
"source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/v2.5.0" "source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/v2.5.1"
}, },
"time": "2022-01-04T13:07:57+00:00" "time": "2022-02-16T02:38:37+00:00"
}, },
{ {
"name": "qiniu/php-sdk", "name": "qiniu/php-sdk",
"version": "v7.4.1", "version": "v7.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/qiniu/php-sdk.git", "url": "https://github.com/qiniu/php-sdk.git",
"reference": "10c7ead8357743b4b987a335c14964fb07700d57" "reference": "ee5344f319dd7babd86c9a38e6bd05aa58dc90ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/qiniu/php-sdk/zipball/10c7ead8357743b4b987a335c14964fb07700d57", "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/ee5344f319dd7babd86c9a38e6bd05aa58dc90ea",
"reference": "10c7ead8357743b4b987a335c14964fb07700d57", "reference": "ee5344f319dd7babd86c9a38e6bd05aa58dc90ea",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -2312,6 +2301,7 @@
] ]
}, },
"require": { "require": {
"myclabs/php-enum": "1.6.6",
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
@@ -2321,12 +2311,12 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"Qiniu\\": "src/Qiniu"
},
"files": [ "files": [
"src/Qiniu/functions.php" "src/Qiniu/functions.php"
] ],
"psr-4": {
"Qiniu\\": "src/Qiniu"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -2349,9 +2339,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/qiniu/php-sdk/issues", "issues": "https://github.com/qiniu/php-sdk/issues",
"source": "https://github.com/qiniu/php-sdk/tree/v7.4.1" "source": "https://github.com/qiniu/php-sdk/tree/v7.4.3"
}, },
"time": "2021-09-24T09:39:16+00:00" "time": "2022-04-01T08:49:57+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@@ -2405,16 +2395,16 @@
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v2.5.0", "version": "v2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -2458,7 +2448,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
}, },
"funding": [ "funding": [
{ {
@@ -2474,11 +2464,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-12T14:48:14+00:00" "time": "2022-01-02T09:53:40+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.24.0", "version": "v1.25.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
@@ -2516,12 +2506,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -2546,7 +2536,7 @@
"portable" "portable"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
}, },
"funding": [ "funding": [
{ {
@@ -2566,7 +2556,7 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.24.0", "version": "v1.25.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -2604,12 +2594,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
] ],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -2635,7 +2625,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
}, },
"funding": [ "funding": [
{ {
@@ -2655,16 +2645,16 @@
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.24.0", "version": "v1.25.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -2724,7 +2714,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
}, },
"funding": [ "funding": [
{ {
@@ -2740,7 +2730,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-13T13:58:33+00:00" "time": "2022-03-04T08:16:47+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@@ -2909,12 +2899,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"think\\captcha\\": "src/"
},
"files": [ "files": [
"src/helper.php" "src/helper.php"
] ],
"psr-4": {
"think\\captcha\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -2961,12 +2951,12 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"think\\": "src"
},
"files": [ "files": [
"src/helper.php" "src/helper.php"
] ],
"psr-4": {
"think\\": "src"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -3072,12 +3062,12 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": {
"think\\": "src"
},
"files": [ "files": [
"stubs/load_stubs.php" "stubs/load_stubs.php"
] ],
"psr-4": {
"think\\": "src"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -3226,9 +3216,9 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"EasyAdmin\\": "src", "Test\\": "tests",
"MockApp\\": "mock_app", "MockApp\\": "mock_app",
"Test\\": "tests" "EasyAdmin\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -3273,6 +3263,7 @@
"require": { "require": {
"php": ">=7.0" "php": ">=7.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -3305,7 +3296,7 @@
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
"version": "v1.24.0", "version": "v1.25.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php72.git", "url": "https://github.com/symfony/polyfill-php72.git",
@@ -3367,7 +3358,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
}, },
"funding": [ "funding": [
{ {
@@ -3387,16 +3378,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.4.37", "version": "v4.4.39",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "e74eee4ec02de71db3d60151aa5b203c990556df" "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/e74eee4ec02de71db3d60151aa5b203c990556df", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
"reference": "e74eee4ec02de71db3d60151aa5b203c990556df", "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -3462,7 +3453,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v4.4.37" "source": "https://github.com/symfony/var-dumper/tree/v4.4.39"
}, },
"funding": [ "funding": [
{ {
@@ -3478,7 +3469,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-02T09:41:36+00:00" "time": "2022-02-25T10:38:15+00:00"
} }
], ],
"aliases": [], "aliases": [],