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

Commit

Permalink
Remove PHP autoload compatibility hacks
Browse files Browse the repository at this point in the history
fixes #30
  • Loading branch information
fredemmott committed May 5, 2020
1 parent 310ca87 commit 1ab4280
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
23 changes: 0 additions & 23 deletions autoload_files.php

This file was deleted.

11 changes: 0 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,5 @@
"require-dev": {
"facebook/fbexpect": "^2.6.1",
"hhvm/hacktest": "^2.0"
},
"autoload": {
"classmap": [
"src/"
],
"files": [ "autoload_files.php" ]
},
"autoload-dev": {
"classmap": [
"tests/"
]
}
}

0 comments on commit 1ab4280

Please sign in to comment.