Compare commits

..

No commits in common. "master" and "0.1.2" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +0,0 @@
pipeline:
phpunit:
image: walkero/phpunit-alpine:php8.0-phpunit9
commands:
- composer install
- phpunit --testdox

View File

@ -8,5 +8,3 @@ This is a library to help write juice-mixing stuff in PHP.
* Calculate weights for mixing based on the VG/PG ratio or a specific values. * Calculate weights for mixing based on the VG/PG ratio or a specific values.
* Calculate weights for nicotine based on the nicotine strength and base. * Calculate weights for nicotine based on the nicotine strength and base.
* Interfaces allow for custom entity-backed implementations. * Interfaces allow for custom entity-backed implementations.