restore composer.json, add mysqli extension

This commit is contained in:
2026-04-15 17:02:52 +05:00
commit 77cf56a348
4317 changed files with 1397107 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
Thank you for taking the time to help us improve Summernote.
Please be sure that you are not submitting changes made to the files in the `dist/` folder, and only to the files contained in the `src/` folder.
#### What does this PR do?
- awesome stuff
- really cool feature
- refactor X
#### Where should the reviewer start?
- start on the src/summernote.js
#### How should this be manually tested?
- click here and here
#### Any background context you want to provide?
- the gem needed to be updated...
#### What are the relevant tickets?
#### Screenshot (if for frontend)
### Checklist
- [ ] added relevant tests
- [ ] didn't break anything
- [ ] ...