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

Commit 816e33c

Browse files
authored
move ComposerPlugin.php out of src/ (#49)
`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.
1 parent 4f69e93 commit 816e33c

File tree

3 files changed

+1
-295
lines changed

3 files changed

+1
-295
lines changed
File renamed without changes.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"autoload": {
2121
"classmap": [
22-
"src/ComposerPlugin.php"
22+
"ComposerPlugin.php"
2323
]
2424
},
2525
"extra": {

tests/ComposerImporterTest.hack

-294
This file was deleted.

0 commit comments

Comments
 (0)