ddd-playground icon indicating copy to clipboard operation
ddd-playground copied to clipboard

Domain-Driven Design in a PHP project using Symfony

Results 7 ddd-playground issues
Sort by recently updated
recently updated
newest added

Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.3.9 to 3.4.35. Release notes Sourced from symfony/symfony's releases. v3.4.35 Changelog (since https://github.com/symfony/symfony/compare/v3.4.34...v3.4.35) bug #34344 [Console] Constant STDOUT might be undefined (@nicolas-grekas) security #cve-2019-18889 [Cache] forbid serializing...

dependencies

Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 3.3.9 to 3.4.26. Changelog Sourced from symfony/phpunit-bridge's changelog. CHANGELOG 5.1.0 ignore verbosity settings when the build fails because of deprecations added per-group verbosity added ExpectDeprecationTrait to be...

dependencies

The User's `Auth Role`s are not persisted. To fix that, we should add: `Infrastructure/SecurityBundle/Resources/config/persistence/ValueObject/AuthUser.orm.yml` ``` roles: type: json_array nullable: false ``` The UI/Controller tests check for an array in the...