Jesse Rushlow
Jesse Rushlow
- Bumps minimum Symfony version to `5.4` - refactors bundle to use Symfony 5.x bundle standards. - removes legacy code
Starting in PHPUnit 11 - the use of metadata in doc-comments is _hard_ deprecated. Results in tests passing as expected but PHPUnit deprecation warnings everywhere...
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... - Provides a valid `phpunit.xml.dist` for when a user `composer require phpunit/phpunit`. -...
fixes #653 refs: - https://github.com/SymfonyCasts/reset-password-bundle/pull/318 - https://github.com/SymfonyCasts/reset-password-bundle/issues/110
Nothing to see here yet... see - https://github.com/symfony/symfony-docs/pull/19793 I'm not sure if we _should_ do this yet... Maker has a "leg up" on the other `symfony/*` bundles because we're a...
https://github.com/symfony/maker-bundle/blob/f7ee2503fbea634f2e8c30170a8ad8bd0e3d378f/src/Maker/MakeEntity.php#L309 I believe `$manipulatorOrMessage` is always an instance of `ClassSourceManipulator` but I may be wrong. This could be an artifact leftover from previous versions where we did display a message....
- Instead of throwing an exception if `$isLiveComponent` but `ux-live-component` isn't installed, let's ask if they want us to run composer for them... On Success (keep it clean with no...