You've already forked lubo_comment_query
中文
This commit is contained in:
455
composer.lock
generated
455
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "915f94edae3d26e72cdc1c329c03fa9c",
|
||||
"content-hash": "5fa51137fd7e6b6a8193c33cfad61118",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -6192,6 +6192,269 @@
|
||||
],
|
||||
"time": "2022-03-03T08:28:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dragon-code/contracts",
|
||||
"version": "v2.18.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TheDragonCode/contracts.git",
|
||||
"reference": "27e5a9f27b3e6e5f1c184e55076b26101f3e5652"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/TheDragonCode/contracts/zipball/27e5a9f27b3e6e5f1c184e55076b26101f3e5652",
|
||||
"reference": "27e5a9f27b3e6e5f1c184e55076b26101f3e5652",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||||
"preferred": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2.5 || ^8.0",
|
||||
"psr/http-message": "^1.0.1",
|
||||
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0",
|
||||
"symfony/polyfill-php80": "^1.23"
|
||||
},
|
||||
"conflict": {
|
||||
"andrey-helldar/contracts": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"illuminate/database": "^8.0",
|
||||
"phpdocumentor/reflection-docblock": "^5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"DragonCode\\Contracts\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andrey Helldar",
|
||||
"email": "helldar@ai-rus.com"
|
||||
}
|
||||
],
|
||||
"description": "A set of contracts for any project",
|
||||
"keywords": [
|
||||
"contracts",
|
||||
"interfaces"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/TheDragonCode/contracts"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://paypal.me/helldar",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://yoomoney.ru/to/410012608840929",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://opencollective.com/dragon-code",
|
||||
"type": "open_collective"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/andrey_helldar",
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2022-03-01T13:27:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dragon-code/pretty-array",
|
||||
"version": "v3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TheDragonCode/pretty-array.git",
|
||||
"reference": "bc6629eb266e7869d540dd1fcf13e8c7e1c61e82"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/TheDragonCode/pretty-array/zipball/bc6629eb266e7869d540dd1fcf13e8c7e1c61e82",
|
||||
"reference": "bc6629eb266e7869d540dd1fcf13e8c7e1c61e82",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||||
"preferred": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"dragon-code/contracts": "^2.6",
|
||||
"dragon-code/support": "^5.0",
|
||||
"ext-dom": "*",
|
||||
"ext-mbstring": "*",
|
||||
"php": "^7.3|^8.0"
|
||||
},
|
||||
"conflict": {
|
||||
"andrey-helldar/pretty-array": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"DragonCode\\PrettyArray\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andrey Helldar",
|
||||
"email": "helldar@ai-rus.com"
|
||||
}
|
||||
],
|
||||
"description": "Simple conversion of an array to a pretty view",
|
||||
"keywords": [
|
||||
"andrey helldar",
|
||||
"array",
|
||||
"dragon",
|
||||
"dragon code",
|
||||
"pretty",
|
||||
"pretty array"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/TheDragonCode/pretty-array/issues",
|
||||
"source": "https://github.com/TheDragonCode/pretty-array"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://paypal.me/helldar",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://yoomoney.ru/to/410012608840929",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://opencollective.com/dragon-code",
|
||||
"type": "open_collective"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/andrey_helldar",
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2021-11-16T17:50:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dragon-code/support",
|
||||
"version": "v5.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TheDragonCode/support.git",
|
||||
"reference": "27af9d8f9ebb0c672ed76d516f524d8d58346cab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/TheDragonCode/support/zipball/27af9d8f9ebb0c672ed76d516f524d8d58346cab",
|
||||
"reference": "27af9d8f9ebb0c672ed76d516f524d8d58346cab",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||||
"preferred": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"dragon-code/contracts": "^2.15",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"php": "^7.2.5 || ^8.0",
|
||||
"psr/http-message": "^1.0.1",
|
||||
"symfony/deprecation-contracts": "^2.5 || ^3.0",
|
||||
"voku/portable-ascii": "^1.4.8|^2.0"
|
||||
},
|
||||
"conflict": {
|
||||
"andrey-helldar/support": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-bcmath": "*",
|
||||
"phpunit/phpunit": "^8.0 || ^9.0",
|
||||
"symfony/var-dumper": "^5.2 || ^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"dragon-code/laravel-support": "Various helper files for the Laravel and Lumen frameworks",
|
||||
"ext-bcmath": "Require the extension if you will be using DragonCode\\Support\\Facades\\Helpers\\Digit.",
|
||||
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"DragonCode\\Support\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andrey Helldar",
|
||||
"email": "helldar@ai-rus.com"
|
||||
}
|
||||
],
|
||||
"description": "Support package is a collection of helpers and tools for any project.",
|
||||
"keywords": [
|
||||
"dragon",
|
||||
"dragon-code",
|
||||
"framework",
|
||||
"helper",
|
||||
"helpers",
|
||||
"laravel",
|
||||
"support",
|
||||
"symfony",
|
||||
"yii",
|
||||
"yii2"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/TheDragonCode/support/issues",
|
||||
"source": "https://github.com/TheDragonCode/support"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://paypal.me/helldar",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://yoomoney.ru/to/410012608840929",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/TheDragonCode",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://opencollective.com/dragon-code",
|
||||
"type": "open_collective"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/andrey_helldar",
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2022-04-01T17:14:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "facade/flare-client-php",
|
||||
"version": "1.9.1",
|
||||
@ -6613,6 +6876,196 @@
|
||||
},
|
||||
"time": "2020-07-09T08:09:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel-lang/lang",
|
||||
"version": "10.9.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Laravel-Lang/lang.git",
|
||||
"reference": "e341421d40f2cd28feca24ab2cb84fa5cb5ddaf6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/e341421d40f2cd28feca24ab2cb84fa5cb5ddaf6",
|
||||
"reference": "e341421d40f2cd28feca24ab2cb84fa5cb5ddaf6",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||||
"preferred": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*"
|
||||
},
|
||||
"conflict": {
|
||||
"laravel-lang/publisher": "<12.0 >=14.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"dragon-code/pretty-array": "^4.0",
|
||||
"dragon-code/simple-dto": "^2.3",
|
||||
"dragon-code/support": "^6.1",
|
||||
"ext-zip": "*",
|
||||
"guzzlehttp/guzzle": "^7.3",
|
||||
"laravel-lang/publisher": "^13.0",
|
||||
"laravel/breeze": "^1.2",
|
||||
"laravel/fortify": "^1.7",
|
||||
"laravel/jetstream": "^2.3",
|
||||
"laravel/ui": "^3.4",
|
||||
"orchestra/testbench": "^7.0",
|
||||
"php": "^8.1",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/finder": "^6.0",
|
||||
"symfony/var-dumper": "^6.0",
|
||||
"vlucas/phpdotenv": "^5.4.1"
|
||||
},
|
||||
"suggest": {
|
||||
"arcanedev/laravel-lang": "Translations manager and checker for Laravel 5",
|
||||
"laravel-lang/publisher": "Easy installation and update of translation files for your project",
|
||||
"overtrue/laravel-lang": "Command to add languages in your project"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"LaravelLang\\Lang\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Laravel-Lang Team",
|
||||
"homepage": "https://github.com/Laravel-Lang"
|
||||
}
|
||||
],
|
||||
"description": "Languages for Laravel",
|
||||
"keywords": [
|
||||
"lang",
|
||||
"languages",
|
||||
"laravel",
|
||||
"lpm"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Laravel-Lang/lang/issues",
|
||||
"source": "https://github.com/Laravel-Lang/lang"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://opencollective.com/laravel-lang",
|
||||
"type": "open_collective"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-27T01:57:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel-lang/publisher",
|
||||
"version": "v12.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Laravel-Lang/publisher.git",
|
||||
"reference": "200a9aca41529ce33d3385e7ffd3e60aaaf808de"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Laravel-Lang/publisher/zipball/200a9aca41529ce33d3385e7ffd3e60aaaf808de",
|
||||
"reference": "200a9aca41529ce33d3385e7ffd3e60aaaf808de",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||||
"preferred": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"dragon-code/contracts": "^2.15",
|
||||
"dragon-code/pretty-array": "^3.0",
|
||||
"dragon-code/support": "^5.6",
|
||||
"ext-json": "*",
|
||||
"illuminate/console": "^7.0 || ^8.0 || ^9.0",
|
||||
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0",
|
||||
"illuminate/support": "^7.0 || ^8.0 || ^9.0",
|
||||
"php": "^7.3 || ^8.0"
|
||||
},
|
||||
"conflict": {
|
||||
"andrey-helldar/laravel-lang-publisher": "*",
|
||||
"dragon-code/contracts": "<2.0.0",
|
||||
"dragon-code/pretty-array": "<3.0.0",
|
||||
"dragon-code/support": "<5.0.0",
|
||||
"laravel-lang/lang": "<10.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel-lang/http-statuses": "^2.0",
|
||||
"laravel-lang/lang": "^10.2",
|
||||
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
|
||||
"phpunit/phpunit": "^9.4",
|
||||
"symfony/var-dumper": "^5.0 || ^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"laravel-lang/http-statuses": "List of 78 languages for HTTP statuses",
|
||||
"laravel-lang/lang": "List of 78 languages for Laravel Framework, Jetstream, Fortify, Breeze, Cashier, Nova, Spark and UI."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"LaravelLang\\Publisher\\ServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"LaravelLang\\Publisher\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andrey Helldar",
|
||||
"email": "helldar@ai-rus.com"
|
||||
}
|
||||
],
|
||||
"description": "Publisher lang files for the Laravel and Lumen Frameworks, Jetstream, Fortify, Cashier, Spark and Nova from Laravel-Lang/lang",
|
||||
"keywords": [
|
||||
"breeze",
|
||||
"cashier",
|
||||
"fortify",
|
||||
"framework",
|
||||
"i18n",
|
||||
"jetstream",
|
||||
"lang",
|
||||
"languages",
|
||||
"laravel",
|
||||
"locale",
|
||||
"locales",
|
||||
"localization",
|
||||
"lpm",
|
||||
"lumen",
|
||||
"nova",
|
||||
"publisher",
|
||||
"spark",
|
||||
"trans",
|
||||
"translations",
|
||||
"validations"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Laravel-Lang/publisher/issues",
|
||||
"source": "https://github.com/Laravel-Lang/publisher"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://opencollective.com/laravel-lang",
|
||||
"type": "open_collective"
|
||||
}
|
||||
],
|
||||
"time": "2022-03-06T12:54:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/sail",
|
||||
"version": "v1.14.11",
|
||||
|
Reference in New Issue
Block a user