|
|
|
@ -4,8 +4,166 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "2983b13bdfdab67fc261cf465d772bfb", |
|
|
|
"content-hash": "29c68fdf25c279fcbbc8e9f41d20d143", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-ide-helper", |
|
|
|
"version": "v2.12.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/barryvdh/laravel-ide-helper.git", |
|
|
|
"reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/3ba1e2573b38f72107b8aacc4ee177fcab30a550", |
|
|
|
"reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550", |
|
|
|
"shasum": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"barryvdh/reflection-docblock": "^2.0.6", |
|
|
|
"composer/pcre": "^1 || ^2 || ^3", |
|
|
|
"doctrine/dbal": "^2.6 || ^3", |
|
|
|
"ext-json": "*", |
|
|
|
"illuminate/console": "^8 || ^9", |
|
|
|
"illuminate/filesystem": "^8 || ^9", |
|
|
|
"illuminate/support": "^8 || ^9", |
|
|
|
"nikic/php-parser": "^4.7", |
|
|
|
"php": "^7.3 || ^8.0", |
|
|
|
"phpdocumentor/type-resolver": "^1.1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ext-pdo_sqlite": "*", |
|
|
|
"friendsofphp/php-cs-fixer": "^2", |
|
|
|
"illuminate/config": "^8 || ^9", |
|
|
|
"illuminate/view": "^8 || ^9", |
|
|
|
"mockery/mockery": "^1.4", |
|
|
|
"orchestra/testbench": "^6 || ^7", |
|
|
|
"phpunit/phpunit": "^8.5 || ^9", |
|
|
|
"spatie/phpunit-snapshot-assertions": "^3 || ^4", |
|
|
|
"vimeo/psalm": "^3.12" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9)." |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.12-dev" |
|
|
|
}, |
|
|
|
"laravel": { |
|
|
|
"providers": [ |
|
|
|
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Barryvdh\\LaravelIdeHelper\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Barry vd. Heuvel", |
|
|
|
"email": "barryvdh@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.", |
|
|
|
"keywords": [ |
|
|
|
"autocomplete", |
|
|
|
"codeintel", |
|
|
|
"helper", |
|
|
|
"ide", |
|
|
|
"laravel", |
|
|
|
"netbeans", |
|
|
|
"phpdoc", |
|
|
|
"phpstorm", |
|
|
|
"sublime" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues", |
|
|
|
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.12.3" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://fruitcake.nl", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/barryvdh", |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-03-06T14:33:42+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "barryvdh/reflection-docblock", |
|
|
|
"version": "v2.0.6", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/barryvdh/ReflectionDocBlock.git", |
|
|
|
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16", |
|
|
|
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16", |
|
|
|
"shasum": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3.3" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~4.0,<4.5" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"dflydev/markdown": "~1.0", |
|
|
|
"erusev/parsedown": "~1.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.0.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-0": { |
|
|
|
"Barryvdh": [ |
|
|
|
"src/" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Mike van Riel", |
|
|
|
"email": "mike.vanriel@naenius.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.0.6" |
|
|
|
}, |
|
|
|
"time": "2018-12-13T10:34:14+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "brick/math", |
|
|
|
"version": "0.10.1", |
|
|
|
@ -68,6 +226,83 @@ |
|
|
|
], |
|
|
|
"time": "2022-08-01T22:54:31+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "composer/pcre", |
|
|
|
"version": "3.0.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/composer/pcre.git", |
|
|
|
"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd", |
|
|
|
"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd", |
|
|
|
"shasum": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.4 || ^8.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpstan/phpstan": "^1.3", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.1", |
|
|
|
"symfony/phpunit-bridge": "^5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-main": "3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Composer\\Pcre\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Jordi Boggiano", |
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
"homepage": "http://seld.be" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.", |
|
|
|
"keywords": [ |
|
|
|
"PCRE", |
|
|
|
"preg", |
|
|
|
"regex", |
|
|
|
"regular expression" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/composer/pcre/issues", |
|
|
|
"source": "https://github.com/composer/pcre/tree/3.0.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://packagist.com", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/composer", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-02-25T20:21:48+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "dcat/laravel-admin", |
|
|
|
"version": "2.2.2-beta", |
|
|
|
@ -2678,6 +2913,121 @@ |
|
|
|
], |
|
|
|
"time": "2022-08-01T11:03:24+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": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"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/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": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"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": "phpoption/phpoption", |
|
|
|
"version": "1.8.1", |
|
|
|
@ -7052,65 +7402,6 @@ |
|
|
|
}, |
|
|
|
"time": "2022-02-21T01:04:05+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": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"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", |
|
|
|
@ -7174,62 +7465,6 @@ |
|
|
|
}, |
|
|
|
"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": "", |
|
|
|
"mirrors": [ |
|
|
|
{ |
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
"preferred": true |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
"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", |
|
|
|
|