debricked / shared
Contains shared components used in Debricked projects.
Installs: 17 887
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 2
Requires
- php: ^7.2.5|^8.0.0
- ext-json: *
- symfony/http-client: ^4.3|^5.0
- symfony/http-foundation: ^4.3|^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14
- phpstan/phpstan: ^0.12.2
- phpstan/phpstan-phpunit: ^0.12.0
- phpstan/phpstan-symfony: ^0.12.1
- symfony/phpunit-bridge: ^4.3.0
- symfony/test-pack: ^1.0
This package is auto-updated.
Last update: 2024-10-29 05:59:27 UTC
README
Contains shared components used in Debricked projects.
Code contributions
Run tests
All contributions are greatly welcome! To help you get started we have a included a Dockerfile which provides a environment capable of running code style and other tests.
Prerequisites
Configure and run test environment
- Run tests! You can run the tests locally by executing
./localTest.sh
in your terminal.
Best practises
We try to follow Symfony's best practises as much as possible when developing. You can read more about them here https://symfony.com/doc/current/best_practices/business-logic.html