danae / soundcloud-php

Easy to use SoundCloud API wrapper for PHP
Other
4 stars 1 forks source link

Allow PHP >= 7.4 #2

Open pluc opened 3 years ago

pluc commented 3 years ago

When trying to build with PHP 8.0.9:

$ composer require danae/soundcloud-php

  [InvalidArgumentException]                             
  Package danae/soundcloud-php has a PHP requirement in  
  compatible with your PHP version, PHP extensions and   
  Composer version:                                      
    - danae/soundcloud-php 3.0 requires php ^7.4 which   
  does not match your installed version 8.0.9.           

Created PR #1 to remediate, as the README seems to point to a desire for compatibility beyond PHP 7.x.