Skip to content

Commit 747123a

Browse files
committed
Allow skeleton and component installer plugins by default
Signed-off-by: Aleksei Khudiakov <[email protected]>
1 parent 0812e10 commit 747123a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,11 @@
125125
"development-status": "Detail whether or not the application is in development mode.",
126126
"serve": "Start the built-in PHP web server and serve the application.",
127127
"test": "Run unit tests."
128+
},
129+
"config": {
130+
"allow-plugins": {
131+
"laminas/laminas-component-installer": true,
132+
"laminas/laminas-skeleton-installer": true
133+
}
128134
}
129135
}

0 commit comments

Comments
 (0)