|
1 | 1 | {
|
2 | 2 | "name": "doctrine/annotations",
|
3 |
| - "type": "library", |
4 | 3 | "description": "Docblock Annotations Parser",
|
5 |
| - "keywords": ["annotations", "docblock", "parser"], |
6 |
| - "homepage": "https://www.doctrine-project.org/projects/annotations.html", |
7 | 4 | "license": "MIT",
|
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "annotations", |
| 8 | + "docblock", |
| 9 | + "parser" |
| 10 | + ], |
8 | 11 | "authors": [
|
9 |
| - {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"}, |
10 |
| - {"name": "Roman Borschel", "email": "roman@code-factory.org"}, |
11 |
| - {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"}, |
12 |
| - {"name": "Jonathan Wage", "email": "jonwage@gmail.com"}, |
13 |
| - {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} |
| 12 | + { |
| 13 | + "name": "Guilherme Blanco", |
| 14 | + "email": "guilhermeblanco@gmail.com" |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "Roman Borschel", |
| 18 | + "email": "roman@code-factory.org" |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "Benjamin Eberlei", |
| 22 | + "email": "kontakt@beberlei.de" |
| 23 | + }, |
| 24 | + { |
| 25 | + "name": "Jonathan Wage", |
| 26 | + "email": "jonwage@gmail.com" |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "Johannes Schmitt", |
| 30 | + "email": "schmittjoh@gmail.com" |
| 31 | + } |
14 | 32 | ],
|
| 33 | + "homepage": "https://www.doctrine-project.org/projects/annotations.html", |
15 | 34 | "require": {
|
16 | 35 | "php": "^7.1 || ^8.0",
|
17 | 36 | "ext-tokenizer": "*",
|
|
21 | 40 | "require-dev": {
|
22 | 41 | "doctrine/cache": "^1.11 || ^2.0",
|
23 | 42 | "doctrine/coding-standard": "^6.0 || ^8.1",
|
24 |
| - "phpstan/phpstan": "^0.12.20", |
| 43 | + "phpstan/phpstan": "^1.4.10 || ^1.8.0", |
25 | 44 | "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
26 | 45 | "symfony/cache": "^4.4 || ^5.2",
|
27 | 46 | "vimeo/psalm": "^4.10"
|
28 | 47 | },
|
29 |
| - "config": { |
30 |
| - "sort-packages": true, |
31 |
| - "allow-plugins": { |
32 |
| - "dealerdirect/phpcodesniffer-composer-installer": true |
33 |
| - } |
34 |
| - }, |
35 | 48 | "autoload": {
|
36 |
| - "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } |
| 49 | + "psr-4": { |
| 50 | + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
| 51 | + } |
37 | 52 | },
|
38 | 53 | "autoload-dev": {
|
39 | 54 | "psr-4": {
|
|
44 | 59 | "tests/Doctrine/Tests/Common/Annotations/Fixtures/functions.php",
|
45 | 60 | "tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php"
|
46 | 61 | ]
|
| 62 | + }, |
| 63 | + "config": { |
| 64 | + "allow-plugins": { |
| 65 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 66 | + }, |
| 67 | + "sort-packages": true |
47 | 68 | }
|
48 | 69 | }
|
0 commit comments