Updated dependencies & added new PriceStatus enum
Updated the php-prices dependency to use the latest version. This gives the ability to create prices with Brick\Money\RationalNumber
instances.
Additionally, a breaking change was made. The status
getter on Whitecube\LaravelPrices\Models\Price
model now returns an enum instead of a string.