calcinai / oauth2-xero

Xero OAuth 2.0 Client Provider for The PHP League OAuth2-Client
MIT License
10 stars 14 forks source link

AccessTokenInterface Class Unavailable in Listed Dependency #11

Open nschiffelbein opened 3 years ago

nschiffelbein commented 3 years ago

The Xero class makes reference to AccessTokenInterface from the League OAuth 2 client library. This interface wasn't added until version 2.4.0 in that dependency, but the composer file allows the installation of 1.|2. versions of this dependency, it should be >= 2.4.0 to ensure the interface is available.

calcinai commented 3 years ago

@nschiffelbein good catch. Would you mind making PR to correct this?