Skip to content

Commit 46014ec

Browse files
Merge pull request #28 from weierophinney/feature/26-expose-as-module
Add "extra.laminas.module" configuration to package
2 parents c1207f8 + caa1235 commit 46014ec

File tree

5 files changed

+639
-499
lines changed

5 files changed

+639
-499
lines changed

composer.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
],
1010
"homepage": "https://api-tools.getlaminas.org",
1111
"license": "BSD-3-Clause",
12+
"extra": {
13+
"laminas": {
14+
"module": "Laminas\\ApiTools\\Documentation"
15+
}
16+
},
1217
"require": {
1318
"php": "^7.3 || ~8.0.0",
1419
"laminas-api-tools/api-tools-configuration": "^1.2",
@@ -31,7 +36,8 @@
3136
"phpunit/phpunit": "^9.3",
3237
"vimeo/psalm": "^4.7",
3338
"psalm/plugin-phpunit": "^0.16.0",
34-
"webmozart/assert": "^1.10"
39+
"webmozart/assert": "^1.10",
40+
"laminas/laminas-db": "^2.13"
3541
},
3642
"autoload": {
3743
"psr-4": {
@@ -61,5 +67,11 @@
6167
"source": "https://github.com/laminas-api-tools/api-tools-documentation",
6268
"docs": "https://api-tools.getlaminas.org/documentation",
6369
"rss": "https://github.com/laminas-api-tools/api-tools-documentation/releases.atom"
70+
},
71+
"config": {
72+
"allow-plugins": {
73+
"dealerdirect/phpcodesniffer-composer-installer": true,
74+
"composer/package-versions-deprecated": true
75+
}
6476
}
6577
}

0 commit comments

Comments
 (0)