conia/development
最新稳定版本:1.1.1
Composer 安装命令:
composer require conia/development
包简介
Shared development settings and tools for all conia projects
README 文档
README
Installation
composer require conia/development
Usage
Documentation snippets test runner
./vendor/bin/docs-test-runner path/to/docs/snippets
php-cs-fixer
Add the following to your .php-cs-fixer.dist.php:
<?php declare(strict_types=1); $finder = PhpCsFixer\Finder::create()->in([__DIR__ . '/src', __DIR__ . '/tests']); $config = new Conia\Development\PhpCsFixer\Config(); return $config->setFinder($finder);
统计信息
- 总下载量: 268
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-02