Skip to content

Commit

Permalink
fix: move apps/files_external/lib/config.php to autoload in compose…
Browse files Browse the repository at this point in the history
…r.json (#41037)
  • Loading branch information
DeepDiver1975 authored Oct 10, 2023
1 parent 6a170c7 commit fd1d420
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@
"OC\\Settings\\": "settings/",
"OCP\\": "lib/public"
},
"classmap": ["lib/private/legacy"]
"classmap": ["lib/private/legacy"],
"files": [
"apps/files_external/lib/config.php"
]

},
"autoload-dev" : {
"files": [
"tests/lib/TestCase.php",
"apps/files_external/lib/config.php"
"tests/lib/TestCase.php"
]
},
"require-dev": {
Expand Down

0 comments on commit fd1d420

Please sign in to comment.