|
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": "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": "Marco Pivetta", "email": "ocramius@gmail.com"} |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "orm", |
| 8 | + "database" |
14 | 9 | ], |
15 | | - "config": { |
16 | | - "allow-plugins": { |
17 | | - "composer/package-versions-deprecated": true, |
18 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
19 | | - "phpstan/extension-installer": true |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "Guilherme Blanco", |
| 13 | + "email": "guilhermeblanco@gmail.com" |
20 | 14 | }, |
21 | | - "sort-packages": true |
22 | | - }, |
| 15 | + { |
| 16 | + "name": "Roman Borschel", |
| 17 | + "email": "roman@code-factory.org" |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Benjamin Eberlei", |
| 21 | + "email": "kontakt@beberlei.de" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Jonathan Wage", |
| 25 | + "email": "jonwage@gmail.com" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "Marco Pivetta", |
| 29 | + "email": "ocramius@gmail.com" |
| 30 | + } |
| 31 | + ], |
| 32 | + "homepage": "https://www.doctrine-project.org/projects/orm.html", |
23 | 33 | "require": { |
24 | 34 | "php": "^8.1", |
25 | | - "composer-runtime-api": "^2", |
26 | 35 | "ext-ctype": "*", |
| 36 | + "composer-runtime-api": "^2", |
27 | 37 | "doctrine/collections": "^2.2", |
28 | 38 | "doctrine/dbal": "^3.8.2 || ^4", |
29 | 39 | "doctrine/deprecations": "^0.5.3 || ^1", |
|
52 | 62 | "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0" |
53 | 63 | }, |
54 | 64 | "autoload": { |
55 | | - "psr-4": { "Doctrine\\ORM\\": "src" } |
| 65 | + "psr-4": { |
| 66 | + "Doctrine\\ORM\\": "src" |
| 67 | + } |
56 | 68 | }, |
57 | 69 | "autoload-dev": { |
58 | 70 | "psr-4": { |
59 | | - "Doctrine\\Tests\\": "tests/Tests", |
| 71 | + "Doctrine\\Performance\\": "tests/Performance", |
60 | 72 | "Doctrine\\StaticAnalysis\\": "tests/StaticAnalysis", |
61 | | - "Doctrine\\Performance\\": "tests/Performance" |
| 73 | + "Doctrine\\Tests\\": "tests/Tests" |
62 | 74 | } |
63 | 75 | }, |
64 | | - "archive": { |
65 | | - "exclude": ["!vendor", "tests", "*phpunit.xml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp"] |
| 76 | + "config": { |
| 77 | + "allow-plugins": { |
| 78 | + "composer/package-versions-deprecated": true, |
| 79 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 80 | + "phpstan/extension-installer": true |
| 81 | + }, |
| 82 | + "sort-packages": true |
| 83 | + }, |
| 84 | + "scripts": { |
| 85 | + "docs": "composer --working-dir docs update && ./docs/vendor/bin/build-docs.sh @additional_args" |
66 | 86 | } |
67 | 87 | } |
0 commit comments