Skip to content

Releases: bypassflow/rules-number-bcmath

Release list

v0.0.0

Choose a tag to compare

@wakabadou wakabadou released this 01 May 11:58

概要

bypassflow/rules-number-bcmath の初回リリースです。
BCMathを使って、大きな整数や高精度な10進小数を厳密に比較するルールを提供します。

含まれるもの

  • 厳密な整数下限ルール ExactIntegerMin
  • 厳密な整数上限ルール ExactIntegerMax
  • 厳密な整数範囲ルール ExactIntegerRange
  • 厳密な10進小数下限ルール ExactDecimalMin
  • 厳密な10進小数上限ルール ExactDecimalMax
  • 厳密な10進小数範囲ルール ExactDecimalRange

検証

  • composer validate --strict
  • composer update -W --prefer-dist --no-progress
  • composer test
  • composer analyse
  • COMPOSER_PROCESS_TIMEOUT=900 composer cs:check