vacantplanet/development
最新稳定版本:1.1.4
Composer 安装命令:
composer require vacantplanet/development
包简介
Shared development settings and tools for all VacantPlanet projects
README 文档
README
Installation
composer require vacantplanet/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 VacantPlanet\Development\PhpCsFixer\Config(); return $config->setFinder($finder);
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-14