* Improving workflow, updating dependencies and test pint with PHP 8.3, adding php 8.4 on tests
* Fix cache issue
* Not caching since it is not working
* chore: update issue template
Signed-off-by: Rihards Simanovics <rihards.s@griffin-web.studio>
* chore: correct spelling in issue template
Signed-off-by: Rihards Simanovics <rihards.s@griffin-web.studio>
* fix: adjust render for some textarea fields and add a reproduction step
* fix: remove render from markdown fields
looks like github gets confused as all textarea fields are markdown by the default
* style: add comments and correct labels
* feat(github): add code quality issue template
* refactor: remove direct references to Files
From template fields, descriptions, and placeholders
* refactor(github): convert feature request template to issue form
---------
Signed-off-by: Rihards Simanovics <rihards.s@griffin-web.studio>
* Create PHP CS Fixer config and add to CI workflow
* Run php cs fixer on project
* Add newline at end of file
* Update to use PHP CS Fixer v3
* Run v3 config on project
* Run seperate config in CI