Skip to content

Commit

Permalink
Fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 21, 2025
1 parent 003c2ba commit 81fc023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ext-curl": "*"
},
"autoload": {
"files": ["lib/php/Converter.php", "lib/php/FilesToJSON.php"]
"files": ["lib/php/Schema.php", "lib/php/Converter.php", "lib/php/FilesToJSON.php"]
},
"bin": ["bin/convert", "bin/build_hw_jsons", "bin/refresh_hw_sources","bin/validate"],
"require-dev": {
Expand Down

0 comments on commit 81fc023

Please sign in to comment.