pkpudev / yii2-components
PKPU Dev Team 的 Yii2 组件
v1.4.1
2022-06-14 05:02 UTC
Requires
- php: >= 7.2
- creocoder/yii2-flysystem: 1.0.*
- kartik-v/yii2-widget-select2: v2.2.0
- phpoffice/phpspreadsheet: 1.16.*
Requires (Dev)
- dev-master
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.0.1
- v1.0.0
- 0.5.9
- 0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.1
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1
This package is auto-updated.
Last update: 2024-09-14 10:19:56 UTC
README
PKPU Dev Team 的 Yii2 组件
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist pkpudev/yii2-components "*"
或者添加以下内容到您的 composer.json
文件的 require 部分:
"pkpudev/yii2-components": "*"
检查兼容性
检查 PHP 5.6
./vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 5.6 --extensions=php --report-full=report.txt --ignore=*/vendor/* .
在此处检查:这里
安装 PHPUnit
本地安装 phpunit 的 phar 版本
wget https://phar.phpunit.de/phpunit-<version>.phar
chmod +x phpunit-6.4.phar
mv phpunit-6.4.phar phpunit
./phpunit --version