添加Redis拓展完成
Showing
with
0 additions
and
5417 deletions
vendor/doctrine/annotations/LICENSE
deleted
100644 → 0
| { | |||
| "name": "doctrine/annotations", | |||
| "type": "library", | |||
| "description": "Docblock Annotations Parser", | |||
| "keywords": ["annotations", "docblock", "parser"], | |||
| "homepage": "http://www.doctrine-project.org", | |||
| "license": "MIT", | |||
| "authors": [ | |||
| {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"}, | |||
| {"name": "Roman Borschel", "email": "roman@code-factory.org"}, | |||
| {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"}, | |||
| {"name": "Jonathan Wage", "email": "jonwage@gmail.com"}, | |||
| {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} | |||
| ], | |||
| "require": { | |||
| "php": "^7.1", | |||
| "doctrine/lexer": "1.*" | |||
| }, | |||
| "require-dev": { | |||
| "doctrine/cache": "1.*", | |||
| "phpunit/phpunit": "^7.5@dev" | |||
| }, | |||
| "config": { | |||
| "sort-packages": true | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } | |||
| }, | |||
| "autoload-dev": { | |||
| "psr-4": { | |||
| "Doctrine\\Performance\\Common\\Annotations\\": "tests/Doctrine/Performance/Common/Annotations", | |||
| "Doctrine\\Tests\\Common\\Annotations\\": "tests/Doctrine/Tests/Common/Annotations" | |||
| }, | |||
| "files": [ | |||
| "tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php" | |||
| ] | |||
| }, | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "1.7.x-dev" | |||
| } | |||
| } | |||
| } |
vendor/doctrine/lexer/LICENSE
deleted
100644 → 0
vendor/doctrine/lexer/README.md
deleted
100644 → 0
vendor/doctrine/lexer/composer.json
deleted
100644 → 0
| { | |||
| "name": "doctrine/lexer", | |||
| "type": "library", | |||
| "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", | |||
| "keywords": [ | |||
| "php", | |||
| "parser", | |||
| "lexer", | |||
| "annotations", | |||
| "docblock" | |||
| ], | |||
| "homepage": "https://www.doctrine-project.org/projects/lexer.html", | |||
| "license": "MIT", | |||
| "authors": [ | |||
| {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"}, | |||
| {"name": "Roman Borschel", "email": "roman@code-factory.org"}, | |||
| {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} | |||
| ], | |||
| "require": { | |||
| "php": "^7.2" | |||
| }, | |||
| "require-dev": { | |||
| "doctrine/coding-standard": "^6.0", | |||
| "phpstan/phpstan": "^0.11.8", | |||
| "phpunit/phpunit": "^8.2" | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } | |||
| }, | |||
| "autoload-dev": { | |||
| "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine" } | |||
| }, | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "1.1.x-dev" | |||
| } | |||
| }, | |||
| "config": { | |||
| "sort-packages": true | |||
| } | |||
| } |
Please
register
or
sign in
to comment