Skip to content

Commit 110d48e

Browse files
committed
fix: add "extra.laminas.module" configuration to package
Documentation details that when used with applications that have laminas-component-installer available, this package will be auto-configured; however, the package configuration that allows that was missing. Fixes #26 Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent c1207f8 commit 110d48e

File tree

2 files changed

+548
-464
lines changed

2 files changed

+548
-464
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
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",
@@ -61,5 +66,11 @@
6166
"source": "https://github.com/laminas-api-tools/api-tools-documentation",
6267
"docs": "https://api-tools.getlaminas.org/documentation",
6368
"rss": "https://github.com/laminas-api-tools/api-tools-documentation/releases.atom"
69+
},
70+
"config": {
71+
"allow-plugins": {
72+
"dealerdirect/phpcodesniffer-composer-installer": true,
73+
"composer/package-versions-deprecated": true
74+
}
6475
}
6576
}

0 commit comments

Comments
 (0)