sverraest / revolut-php

💳 PHP Bindings for the Revolut Business API

Home Page:https://revolutdev.github.io/business-api/#api-v1-0-introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won't install above PHP 7.0

Askelkana opened this issue · comments

According to the packagist notes, this package should work for PHP >= 7.0. However, the sub-package lcobucci/jwt prevents installation above 7.0, as below:

Problem 1
   - lcobucci/jwt[3.3.0, ..., 3.4.x-dev] require php ^5.6 || ^7.0 -> your php version (8.0.1) does not satisfy that requirement.
   - sverraest/revolut-php dev-master requires vdbelt/oauth2-revolut ^1.0 -> satisfiable by vdbelt/oauth2-revolut[v1.0, v1.0.1, v1.0.2, v1.
0.3].
   - vdbelt/oauth2-revolut v1.0.3 requires lcobucci/jwt ^3.4.5 -> satisfiable by lcobucci/jwt[3.4.5, 3.4.6, 3.4.x-dev].
   - vdbelt/oauth2-revolut v1.0.2 requires lcobucci/jwt ^3.3.1 -> satisfiable by lcobucci/jwt[3.3.1, ..., 3.4.x-dev].
   - vdbelt/oauth2-revolut[v1.0, ..., v1.0.1] require lcobucci/jwt ^3.3 -> satisfiable by lcobucci/jwt[3.3.0, ..., 3.4.x-dev].
   - Root composer.json requires sverraest/revolut-php dev-master -> satisfiable by sverraest/revolut-php[dev-master].

Would appreciate a fix or clarification. Thanks!