CyberSource / cybersource-rest-client-php

PHP client library for the CyberSource REST API
29 stars 65 forks source link

Use caret version range for dependency cache/apcu-adapter. #67

Closed LunkRat closed 1 year ago

LunkRat commented 3 years ago

Allows composer to install cache/apcu-adapter version greater than 1.0.0. This allows install on a PHP8 platform as it can use cache/apcu-adapter version 1.1.0 which declares PHP8 compatibility.

Related to #47.

djhype commented 2 years ago

@gnongsie or any maintainer of this repo: can we get this (or something similar) added to the composer.json file so that this package will work with PHP 8/Laravel projects?