mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-02-22 18:29:39 +01:00
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 4.4.7 to 4.4.13. - [Release notes](https://github.com/symfony/http-kernel/releases) - [Changelog](https://github.com/symfony/http-kernel/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/compare/v4.4.7...v4.4.13) Signed-off-by: dependabot[bot] <support@github.com>
Core Application
Conventions
Symfony
The application MUST use Symfony 4. coding standards.
PHP
PHP code MUST follow the PSR-4 standard.
Naming
Interfaces
A Interfaces MUST be named ClassnameInterface.
It SHOULD be based in the directory of the class.
Each class SHOULD implement an interface.
Abstract Classes
A abstract class MUST be named AbstractClassname.
It SHOULD be based in the directory of the classes which inherit from it.
Technologies
The following Symfony related components will be used:
Domain
More information about the domain logic you will find in ./src/Domain/README.md.