降级包
Showing
with
5251 additions
and
4406 deletions
| ... | ... | @@ -12,7 +12,10 @@ |
| "predis/predis": "^1.1", | ||
| "vladimir-yuldashev/laravel-queue-rabbitmq": "5.2", | ||
| "maatwebsite/excel": "2.1.0", | ||
| "guzzlehttp/guzzle": "6.3" | ||
| "guzzlehttp/guzzle": "6.3", | ||
| "doctrine/inflector": "1.1.0", | ||
| "doctrine/instantiator": "1.0.2", | ||
| "phpdocumentor/reflection-docblock": "3.2.2" | ||
| }, | ||
| "require-dev": { | ||
| "fzaninotto/faker": "~1.4", | ||
| ... | ... | @@ -55,6 +58,9 @@ |
| }, | ||
| "config": { | ||
| "preferred-install": "dist", | ||
| "platform-check": false | ||
| "platform-check": false, | ||
| "allow-plugins": { | ||
| "kylekatarnls/update-helper": true | ||
| } | ||
| } | ||
| } |
vendor/doctrine/inflector/.gitignore
0 → 100644
vendor/doctrine/inflector/.travis.yml
0 → 100644
| ... | ... | @@ -13,20 +13,17 @@ |
| {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} | ||
| ], | ||
| "require": { | ||
| "php": "^7.1" | ||
| "php": ">=5.3.2" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^6.2" | ||
| "phpunit/phpunit": "4.*" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } | ||
| }, | ||
| "autoload-dev": { | ||
| "psr-4": { "Doctrine\\Tests\\Common\\Inflector\\": "tests/Doctrine/Tests/Common/Inflector" } | ||
| "psr-0": { "Doctrine\\Common\\Inflector\\": "lib/" } | ||
| }, | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "1.3.x-dev" | ||
| "dev-master": "1.1.x-dev" | ||
| } | ||
| } | ||
| } |
vendor/doctrine/inflector/phpunit.xml.dist
0 → 100644
vendor/doctrine/instantiator/.gitignore
0 → 100644
vendor/doctrine/instantiator/.travis.yml
0 → 100644
| ... | ... | @@ -3,7 +3,7 @@ |
| "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | ||
| "type": "library", | ||
| "license": "MIT", | ||
| "homepage": "https://www.doctrine-project.org/projects/instantiator.html", | ||
| "homepage": "https://github.com/doctrine/instantiator", | ||
| "keywords": [ | ||
| "instantiate", | ||
| "constructor" | ||
| ... | ... | @@ -16,20 +16,18 @@ |
| } | ||
| ], | ||
| "require": { | ||
| "php": "^7.1" | ||
| "php": "~5.3" | ||
| }, | ||
| "require-dev": { | ||
| "ext-phar": "*", | ||
| "ext-pdo": "*", | ||
| "doctrine/coding-standard": "^6.0", | ||
| "phpbench/phpbench": "^0.13", | ||
| "phpstan/phpstan-phpunit": "^0.11", | ||
| "phpstan/phpstan-shim": "^0.11", | ||
| "phpunit/phpunit": "^7.0" | ||
| "phpunit/phpunit": "~4.0", | ||
| "squizlabs/php_codesniffer": "2.0.*@ALPHA", | ||
| "athletic/athletic": "~0.1.8" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | ||
| "psr-0": { | ||
| "Doctrine\\Instantiator\\": "src" | ||
| } | ||
| }, | ||
| "autoload-dev": { | ||
| ... | ... | @@ -41,7 +39,7 @@ |
| }, | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "1.2.x-dev" | ||
| "dev-master": "1.0.x-dev" | ||
| } | ||
| } | ||
| } |
| ... | ... | @@ -11,19 +11,19 @@ |
| } | ||
| ], | ||
| "require": { | ||
| "php": ">=7.1" | ||
| "php": ">=5.5" | ||
| }, | ||
| "autoload" : { | ||
| "psr-4" : { | ||
| "phpDocumentor\\Reflection\\": "src/" | ||
| "phpDocumentor\\Reflection\\": ["src"] | ||
| } | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "~6" | ||
| "phpunit/phpunit": "^4.6" | ||
| }, | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "2.x-dev" | ||
| "dev-master": "1.0.x-dev" | ||
| } | ||
| } | ||
| } |
File mode changed
| ... | ... | @@ -10,9 +10,9 @@ |
| } | ||
| ], | ||
| "require": { | ||
| "php": "^7.0", | ||
| "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", | ||
| "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", | ||
| "php": ">=5.5", | ||
| "phpdocumentor/reflection-common": "^1.0@dev", | ||
| "phpdocumentor/type-resolver": "^0.3.0", | ||
| "webmozart/assert": "^1.0" | ||
| }, | ||
| "autoload": { | ||
| ... | ... | @@ -22,14 +22,7 @@ |
| "psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]} | ||
| }, | ||
| "require-dev": { | ||
| "mockery/mockery": "^1.0", | ||
| "phpdocumentor/type-resolver": "0.4.*", | ||
| "phpunit/phpunit": "^6.4", | ||
| "doctrine/instantiator": "^1.0.5" | ||
| }, | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "4.x-dev" | ||
| } | ||
| "mockery/mockery": "^0.9.4", | ||
| "phpunit/phpunit": "^4.4" | ||
| } | ||
| } |
| { | ||
| "name": "phpdocumentor/type-resolver", | ||
| "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", | ||
| "type": "library", | ||
| "license": "MIT", | ||
| "authors": [ | ||
| { | ||
| "name": "Mike van Riel", | ||
| "email": "me@mikevanriel.com" | ||
| } | ||
| {"name": "Mike van Riel", "email": "me@mikevanriel.com"} | ||
| ], | ||
| "require": { | ||
| "php": "^7.1", | ||
| "phpdocumentor/reflection-common": "^2.0" | ||
| }, | ||
| "require-dev": { | ||
| "mockery/mockery": "~1", | ||
| "ext-tokenizer": "^7.1", | ||
| "phpunit/phpunit": "^7.0" | ||
| "php": "^5.5 || ^7.0", | ||
| "phpdocumentor/reflection-common": "^1.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "phpDocumentor\\Reflection\\": "src" | ||
| } | ||
| "psr-4": {"phpDocumentor\\Reflection\\": ["src/"]} | ||
| }, | ||
| "autoload-dev": { | ||
| "psr-4": { | ||
| "phpDocumentor\\Reflection\\": "tests/unit" | ||
| } | ||
| "psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]} | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^5.2||^4.8.24", | ||
| "mockery/mockery": "^0.9.4" | ||
| }, | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "1.x-dev" | ||
| "dev-master": "1.0.x-dev" | ||
| } | ||
| } | ||
| } |
| ... | ... | @@ -28,7 +28,11 @@ |
| "minimum-stability": "dev", | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "1.15-dev" | ||
| "dev-main": "1.19-dev" | ||
| }, | ||
| "thanks": { | ||
| "name": "symfony/polyfill", | ||
| "url": "https://github.com/symfony/polyfill" | ||
| } | ||
| } | ||
| } |
| { | ||
| "require": { | ||
| "vimeo/psalm": "^3.8.5" | ||
| } | ||
| } |
| ... | ... | @@ -14,14 +14,15 @@ |
| } | ||
| ], | ||
| "require": { | ||
| "php": "^5.3.3 || ^7.0", | ||
| "php": "^5.3.3 || ^7.0 || ^8.0", | ||
| "symfony/polyfill-ctype": "^1.8" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^4.8.36 || ^7.5.13" | ||
| }, | ||
| "conflict": { | ||
| "vimeo/psalm": "<3.6.0" | ||
| "vimeo/psalm": "<3.9.1", | ||
| "phpstan/phpstan": "<0.12.20" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... | @@ -30,7 +31,8 @@ |
| }, | ||
| "autoload-dev": { | ||
| "psr-4": { | ||
| "Webmozart\\Assert\\Tests\\": "tests/" | ||
| "Webmozart\\Assert\\Tests\\": "tests/", | ||
| "Webmozart\\Assert\\Bin\\": "bin/src" | ||
| } | ||
| } | ||
| } |
vendor/webmozart/assert/src/Mixin.php
0 → 100644
Please
register
or
sign in
to comment