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.
1 parent 57f4ad2 commit 6e2a023Copy full SHA for 6e2a023
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
@@ -267,7 +267,7 @@
267
]
268
},
269
"files": [
270
- "app/registration.php"
+ "app/etc/NonComposerComponentRegistration.php"
271
],
272
"exclude-from-classmap": [
273
"**/dev/**",
0 commit comments