myparcelcom/payment-provider-commons

Library with common classes used for constructing MyParcel.com payment provider integrations

v1.2.2 2024-04-30 16:09 UTC

This package is auto-updated.

Last update: 2024-04-30 16:11:03 UTC


README

Library with common classes used for constructing MyParcel.com payment provider integrations

PHP 8

The minimum PHP version is 8.3. To update dependencies on a system without PHP 8 use:

docker run --rm --mount type=bind,source="$(pwd)",target=/app composer:2 composer update

Run tests

You can run the test through docker:

docker run -v $(pwd):/app --rm -w /app php:8.3-cli vendor/bin/phpunit