Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated composer.json to be a separate packagist package
  • Loading branch information
athena-metis committed Aug 27, 2018
commit 22b4df21ac0474e5d83a5ea8ecd0db4ca583e1fd
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "mk-j/php_xlsxwriter",
"description": "PHP Library to write XLSX files",
"name": "athena-metis/php_xlsxwriter",
"description": "PHP Library to write XLSX files (Fork of mk-j/php_xlsxwriter)",
"keywords": ["php", "library","xls", "xlsx", "excel"],
"type": "project",
"homepage": "https://github.com/mk-j/PHP_XLSXWriter",
"homepage": "https://github.com/athena-metis/PHP_XLSXWriter",
"license": "MIT",

"autoload": {
Expand Down