|
1 | 1 | { |
2 | 2 | "name": "doctrine/orm", |
3 | | - "type": "library", |
4 | 3 | "description": "Object-Relational-Mapper for PHP", |
5 | | - "keywords": ["orm", "database"], |
6 | | - "homepage": "https://www.doctrine-project.org/projects/orm.html", |
7 | 4 | "license": "MIT", |
8 | | - "authors": [ |
9 | | - { "name": "Guilherme Blanco", "email": "[email protected]"}, |
10 | | - { "name": "Roman Borschel", "email": "[email protected]"}, |
11 | | - { "name": "Benjamin Eberlei", "email": "[email protected]"}, |
12 | | - { "name": "Jonathan Wage", "email": "[email protected]"}, |
13 | | - { "name": "Marco Pivetta", "email": "[email protected]"} |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "orm", |
| 8 | + "database" |
14 | 9 | ], |
15 | | - "scripts": { |
16 | | - "docs": "composer --working-dir docs update && ./docs/vendor/bin/build-docs.sh @additional_args" |
17 | | - }, |
18 | | - "config": { |
19 | | - "allow-plugins": { |
20 | | - "composer/package-versions-deprecated": true, |
21 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
22 | | - "phpstan/extension-installer": true |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "Guilherme Blanco", |
| 13 | + |
23 | 14 | }, |
24 | | - "sort-packages": true |
25 | | - }, |
| 15 | + { |
| 16 | + "name": "Roman Borschel", |
| 17 | + |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Benjamin Eberlei", |
| 21 | + |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Jonathan Wage", |
| 25 | + |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "Marco Pivetta", |
| 29 | + |
| 30 | + } |
| 31 | + ], |
| 32 | + "homepage": "https://www.doctrine-project.org/projects/orm.html", |
26 | 33 | "require": { |
27 | 34 | "php": "^7.1 || ^8.0", |
28 | | - "composer-runtime-api": "^2", |
29 | 35 | "ext-ctype": "*", |
| 36 | + "composer-runtime-api": "^2", |
30 | 37 | "doctrine/cache": "^1.12.1 || ^2.1.1", |
31 | 38 | "doctrine/collections": "^1.5 || ^2.1", |
32 | 39 | "doctrine/common": "^3.0.3", |
|
64 | 71 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
65 | 72 | }, |
66 | 73 | "autoload": { |
67 | | - "psr-4": { "Doctrine\\ORM\\": "src" } |
| 74 | + "psr-4": { |
| 75 | + "Doctrine\\ORM\\": "src" |
| 76 | + } |
68 | 77 | }, |
69 | 78 | "autoload-dev": { |
70 | 79 | "psr-4": { |
71 | | - "Doctrine\\Tests\\": "tests/Tests", |
| 80 | + "Doctrine\\Performance\\": "tests/Performance", |
72 | 81 | "Doctrine\\StaticAnalysis\\": "tests/StaticAnalysis", |
73 | | - "Doctrine\\Performance\\": "tests/Performance" |
| 82 | + "Doctrine\\Tests\\": "tests/Tests" |
74 | 83 | } |
75 | 84 | }, |
76 | | - "bin": ["bin/doctrine"], |
77 | | - "archive": { |
78 | | - "exclude": ["!vendor", "tests", "*phpunit.xml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"] |
| 85 | + "bin": [ |
| 86 | + "bin/doctrine" |
| 87 | + ], |
| 88 | + "config": { |
| 89 | + "allow-plugins": { |
| 90 | + "composer/package-versions-deprecated": true, |
| 91 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 92 | + "phpstan/extension-installer": true |
| 93 | + }, |
| 94 | + "sort-packages": true |
| 95 | + }, |
| 96 | + "scripts": { |
| 97 | + "docs": "composer --working-dir docs update && ./docs/vendor/bin/build-docs.sh @additional_args" |
79 | 98 | } |
80 | 99 | } |
0 commit comments