Skip to content

Commit

Permalink
Fix PSR0 path for tests
Browse files Browse the repository at this point in the history
Fixes mvriel#5
  • Loading branch information
samwilson committed Aug 14, 2020
1 parent 6502749 commit 68e9a97
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 88 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mikevanriel/text-to-latex",
"description": "A converter class that converts normal ASCII text to valid LaTeX",
"autoload": {
"psr-0":{ "MikeVanRiel": ["src/", "tests/unit/"] }
"psr-0":{ "MikeVanRiel": ["src/", "tests/unit/src"] }
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit 68e9a97

Please sign in to comment.