Skip to content

Commit

Permalink
convert to use composer...
Browse files Browse the repository at this point in the history
jcomma.class.php is moved to lib/JComma.php . Library include is now vendor/autoload.php. Class to instantiate is now \DavidEarl\JComma\JComma. Run composer at top level to include dependencies.
  • Loading branch information
davidearl committed May 30, 2022
1 parent cf73a61 commit c7d4f3f
Show file tree
Hide file tree
Showing 33 changed files with 376 additions and 2,567 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
Thumbs.db
*.unused
\#*\#
vendor
2 changes: 0 additions & 2 deletions PHP_XLSXWriter/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions PHP_XLSXWriter/LICENSE

This file was deleted.

78 changes: 0 additions & 78 deletions PHP_XLSXWriter/README.md

This file was deleted.

123 changes: 0 additions & 123 deletions PHP_XLSXWriter/benchmark/test_phpexcel.php

This file was deleted.

40 changes: 0 additions & 40 deletions PHP_XLSXWriter/benchmark/test_xlsxwriter.php

This file was deleted.

30 changes: 0 additions & 30 deletions PHP_XLSXWriter/composer.json

This file was deleted.

Loading

0 comments on commit c7d4f3f

Please sign in to comment.