yii-tools / vanillajs-datepicker-asset
Asset for VanillaJs DatePicker for YiiFramework v.3.0.
dev-main / 1.0.x-dev
2023-01-31 16:45 UTC
Requires
- php: ^8.1
- foxy/foxy: ^1.2
- yiisoft/assets: ^3.0
- yiisoft/files: ^2.0
Requires (Dev)
- maglnet/composer-require-checker: ^4.3
- phpunit/phpunit: ^9.5
- roave/infection-static-analysis-plugin: ^1.28
- vimeo/psalm: ^5.6
This package is auto-updated.
Last update: 2024-11-05 04:48:17 UTC
README
Asset for VanillaJs DatePicker for YiiFramework v.3.0.
Requirements
The minimun version of PHP required by this package is PHP 8.1.
For install this package, you need composer and npm.
Install
Preferably install with composer:
composer require yii-tools/vanillajs-datepicker-asset
Usage
For use this package, read the docs.
Checking dependencies
This package uses composer-require-checker to check if all dependencies are correctly defined in composer.json
.
To run the checker, execute the following command:
composer run check-dependencies
Mutation testing
Mutation testing is checked with Infection. To run it:
composer run mutation
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
composer run psalm
Testing
The code is tested with PHPUnit. To run tests:
composer run test
CI status
License
The MIT License (MIT). Please see License File for more information.