CurrencyCloud / currencycloud-php

MIT License
15 stars 38 forks source link

PHP 8 and Symfony 6 support #139

Closed arjanwestdorp closed 2 years ago

arjanwestdorp commented 2 years ago

This PR adds support for Symfony 6. As Symfony 6 requires PHP 8 the package is now compatible with PHP 8 too.

I had to drop the php-vcr/phpunit-testlistener-vcr dependency as that package seems no longer maintained. Instead I've refactored the tests to set the VCR cassette from within the test itself.