We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1842f0 + 747123a commit 622c989Copy full SHA for 622c989
composer.json
@@ -13,7 +13,7 @@
13
"php": "^7.3 || ~8.0.0",
14
"laminas/laminas-component-installer": "^2.4",
15
"laminas/laminas-development-mode": "^3.2",
16
- "laminas/laminas-skeleton-installer": "^0.3",
+ "laminas/laminas-skeleton-installer": "^0.6",
17
"laminas/laminas-mvc": "^3.1.1"
18
},
19
"autoload": {
@@ -125,5 +125,11 @@
125
"development-status": "Detail whether or not the application is in development mode.",
126
"serve": "Start the built-in PHP web server and serve the application.",
127
"test": "Run unit tests."
128
+ },
129
+ "config": {
130
+ "allow-plugins": {
131
+ "laminas/laminas-component-installer": true,
132
+ "laminas/laminas-skeleton-installer": true
133
+ }
134
}
135
0 commit comments