SuperDJ
SuperDJ
Added tests should close #10. Added composer dev packages that should not change anything for package users. Tests are written for higher PHP versions. It would be nice to also...
It would be nice if you could add support to some other font icons awell. To name a few: - https://material.io/tools/icons/?style=baseline - https://icons8.com/material-icons/
Added types where possible
## Bug report - PHP: 8.0 - php-cs-fixer: 3.7 - config: ```php 'braces' => [ 'allow_single_line_anonymous_class_with_empty_body' => false, 'allow_single_line_closure' => false, 'position_after_functions_and_oop_constructs' => 'next', 'position_after_control_structures' => 'next', 'position_after_anonymous_constructs' => 'next',...
To help users make a decision on which authentication package to choose it would help to have a features table in the docs. Since there are so many authentication packages...
When deleting a file format for example `.svg` from the formats array, it doesn't delete the files nor changes the css corresponding to the deleted format.
Added new SpacesInsideParenthesisFixer in favor of NoSpacesInsideParenthesisFixer. The new fixer has a config for no spaces or with spaces in parenthesis. Should fix https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3855 and should really close https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/4706 #...
### Environment **Vuetify Version:** 2.6.7 **Vue Version:** 2.7.8 **Browsers:** Edge 104.0.1293.47 **OS:** Windows 10 ### Steps to reproduce Open the provided CodePen ### Expected Behavior The list item icon should...
While testing locally I noticed that I got an `403` error even though I was using `Passport::actingAsClient()`. That error occurs because there is no `$user` and no `bearerToken()` provided. But...
Updated JS packages to fix Axios [security issue](https://github.com/advisories/GHSA-wf5p-g6vw-rhxx). This PR also closes PR https://github.com/inertiajs/inertia/pull/1723