Skip to content

Commit 966fbb8

Browse files
added autoload
The parameter is needed to get this class working properly with composer as of the moment I am getting an error that the class can not be found. Added by CodeAlDente. Co-Authored-By: Code al Dente <[email protected]>
1 parent f79e253 commit 966fbb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^5.3.3 || ^7.0"
21+
},
22+
"autoload": {
23+
"classmap": ["ArrayToTextTable.php"]
2124
}
2225
}

0 commit comments

Comments
 (0)