|
1 | 1 | { |
2 | 2 | "name": "doctrine/doctrine-module", |
3 | 3 | "description": "Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules", |
4 | | - "type": "library", |
5 | 4 | "license": "MIT", |
6 | | - "homepage": "http://www.doctrine-project.org/", |
| 5 | + "type": "library", |
7 | 6 | "keywords": [ |
8 | 7 | "doctrine", |
9 | 8 | "module", |
|
35 | 34 | "homepage": "https://tomhanderson.com" |
36 | 35 | } |
37 | 36 | ], |
38 | | - "extra": { |
39 | | - "laminas": { |
40 | | - "config-provider": "DoctrineModule\\ConfigProvider", |
41 | | - "module": "DoctrineModule" |
42 | | - } |
43 | | - }, |
| 37 | + "homepage": "http://www.doctrine-project.org/", |
44 | 38 | "require": { |
45 | 39 | "php": "^7.4 || ~8.0.0 || ~8.1.0", |
46 | 40 | "container-interop/container-interop": "^1.2.0", |
|
63 | 57 | "laminas/laminas-validator": "^2.16.0", |
64 | 58 | "symfony/console": "^5.4.3 || ^6.0.3" |
65 | 59 | }, |
66 | | - "provide": { |
67 | | - "laminas/laminas-cache-storage-implementation": "1.0.0" |
68 | | - }, |
69 | 60 | "require-dev": { |
70 | 61 | "doctrine/coding-standard": "^9.0.0", |
71 | 62 | "doctrine/mongodb-odm": "^2.3.0", |
|
87 | 78 | "conflict": { |
88 | 79 | "doctrine/orm": "2.12.0" |
89 | 80 | }, |
| 81 | + "provide": { |
| 82 | + "laminas/laminas-cache-storage-implementation": "1.0.0" |
| 83 | + }, |
90 | 84 | "suggest": { |
91 | 85 | "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments" |
92 | 86 | }, |
|
104 | 98 | "bin/doctrine-module" |
105 | 99 | ], |
106 | 100 | "config": { |
107 | | - "sort-packages": true, |
| 101 | + "allow-plugins": { |
| 102 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 103 | + }, |
108 | 104 | "platform": { |
109 | 105 | "ext-mongodb": "1.8.0" |
110 | 106 | }, |
111 | | - "allow-plugins": { |
112 | | - "dealerdirect/phpcodesniffer-composer-installer": true |
| 107 | + "sort-packages": true |
| 108 | + }, |
| 109 | + "extra": { |
| 110 | + "laminas": { |
| 111 | + "config-provider": "DoctrineModule\\ConfigProvider", |
| 112 | + "module": "DoctrineModule" |
113 | 113 | } |
114 | 114 | }, |
115 | 115 | "scripts": { |
|
0 commit comments