yii-extension / framework-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Config framework bundle for yii
dev-master / 1.0.x-dev
2020-06-27 19:02 UTC
Requires
- php: >=7.4
- nyholm/psr7: ^1.0
- yiisoft/aliases: ^1.0
- yiisoft/assets: ^1.0@dev
- yiisoft/cache: ^3.0@dev
- yiisoft/cache-file: ^3.0@dev
- yiisoft/composer-config-plugin: ^1.0@dev
- yiisoft/di: ^3.0@dev
- yiisoft/event-dispatcher: ^3.0@dev
- yiisoft/log: ^3.0@dev
- yiisoft/log-target-file: ^3.0@dev
- yiisoft/router-fastroute: ^3.0@dev
- yiisoft/yii-web: ^3.0@dev
Requires (Dev)
- phan/phan: ^3.0.2
- phpunit/phpunit: ^9.2
This package is auto-updated.
Last update: 2021-07-27 19:14:45 UTC
README
Framework Bundle
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infection
Static analysis
The code is statically analyzed with Phan. To run static analysis:
./vendor/bin/phan