niftycorner / limoncello-php-framework
PHP framework framework (PSR-7)
dev-testing
2020-05-19 03:11 UTC
Requires
- php: >=7.3.0
- niftycorner/limoncello-php-application: dev-testing
- niftycorner/limoncello-php-auth: dev-testing
- niftycorner/limoncello-php-commands: dev-testing
- niftycorner/limoncello-php-common: dev-testing
- niftycorner/limoncello-php-container: dev-testing
- niftycorner/limoncello-php-contracts: dev-testing
- niftycorner/limoncello-php-core: dev-testing
- niftycorner/limoncello-php-crypt: dev-testing
- niftycorner/limoncello-php-data: dev-testing
- niftycorner/limoncello-php-events: dev-testing
- niftycorner/limoncello-php-flute: dev-testing
- niftycorner/limoncello-php-l10n: dev-testing
- niftycorner/limoncello-php-oauth-server: dev-testing
- niftycorner/limoncello-php-passport: dev-testing
- niftycorner/limoncello-php-templates: dev-testing
- niftycorner/limoncello-php-validation: dev-testing
This package is auto-updated.
Last update: 2024-12-12 22:04:28 UTC
README
Testing
composer test
The command above will run
- Code coverage tests for all components (
phpunit
) exceptContracts
. - Code style checks for for all components (
phpcs
). - Code checks for all components (
phpmd
).
Requirements
- 100% test coverage.
- zero issues from both
phpcs
andphpmd
.