This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
moodle-report_usergrades
Watch
1
Star
0
Fork
You've already forked moodle-report_usergrades
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
504fb793ff
moodle-report_usergrades
/
composer.json
7 lines
111 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: Add Composer support with PhpSpreadsheet dependency Introduces Composer to manage PHP dependencies for the project. Includes phpoffice/phpspreadsheet as a required library to facilitate spreadsheet manipulation. The `.gitignore` file is updated to exclude composer.phar and the vendor directory, ensuring sensitive data and unnecessary files are not tracked. These changes enable more efficient dependency management and streamline the integration of third-party packages.
2024-11-25 08:55:11 +00:00
{
"require"
:
{
feat: Add HTML to text conversion and enhance Excel export Integrates soundasleep/html2text library for HTML to text conversion in user grade export. Applies consistent styling in Excel export, enhancing readability. Includes email field in exported user details.
2024-11-27 14:36:37 +00:00
"phpoffice/phpspreadsheet"
:
"^3.5"
,
"soundasleep/html2text"
:
"^2.1"
feat: Add Composer support with PhpSpreadsheet dependency Introduces Composer to manage PHP dependencies for the project. Includes phpoffice/phpspreadsheet as a required library to facilitate spreadsheet manipulation. The `.gitignore` file is updated to exclude composer.phar and the vendor directory, ensuring sensitive data and unnecessary files are not tracked. These changes enable more efficient dependency management and streamline the integration of third-party packages.
2024-11-25 08:55:11 +00:00
}
}
Reference in a new issue
Copy permalink