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 fb6b529 + f62ac7d commit b71c1f2Copy full SHA for b71c1f2
app/registration.php renamed to app/etc/NonComposerComponentRegistration.php
@@ -17,8 +17,8 @@
17
*/
18
function main()
19
{
20
- $globPatterns = require __DIR__ . '/etc/registration_globlist.php';
21
- $baseDir = dirname(__DIR__) . '/';
+ $globPatterns = require __DIR__ . '/registration_globlist.php';
+ $baseDir = dirname(dirname(__DIR__)) . '/';
22
23
foreach ($globPatterns as $globPattern) {
24
// Sorting is disabled intentionally for performance improvement
composer.json
@@ -266,7 +266,7 @@
266
]
267
},
268
"files": [
269
- "app/registration.php"
+ "app/etc/NonComposerComponentRegistration.php"
270
],
271
"exclude-from-classmap": [
272
"**/dev/**",
0 commit comments