Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
move ComposerPlugin.php out of src/ (#49)
Browse files Browse the repository at this point in the history
`bin/hh-autoload` tries to parse everything under `src/`, but this file is PHP, not Hack, so it can't be parsed. It was actually parseable until a few days ago, but that was just luck.

Also removing `ComposerImporterTest` which relies on that file being parseable. New major release will remove all ComposerImporter stuff, but we want to release at least one more unbroken minor release.
  • Loading branch information
jjergus authored Feb 7, 2020
1 parent 4f69e93 commit 816e33c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 295 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"autoload": {
"classmap": [
"src/ComposerPlugin.php"
"ComposerPlugin.php"
]
},
"extra": {
Expand Down
294 changes: 0 additions & 294 deletions tests/ComposerImporterTest.hack

This file was deleted.

0 comments on commit 816e33c

Please sign in to comment.