1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-24 00:37:14 -05:00
parent 8fecb6ae9a
commit a7535ab20a
15 changed files with 147 additions and 212 deletions

View File

@@ -28,7 +28,7 @@ class SetupComposer
'repositories' => [
[
'type' => 'path',
'url' => __DIR__.'/../tmp/packages/*',
'url' => __DIR__.'/tmp/packages/*',
]
]
];