降级包
Showing
with
1708 additions
and
1113 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 | ||
} | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
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" | ||
} | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
vendor/doctrine/inflector/phpunit.xml.dist
0 → 100644
This diff is collapsed.
Click to expand it.
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" | ||
} | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
... | ... | @@ -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" | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/webmozart/assert/src/Mixin.php
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment