Tustin / psn-php

A PHP wrapper for the PSN API
https://tustin.dev/psn-php/
MIT License
353 stars 73 forks source link

Allow to use with PHP 8 #198

Closed VityaSchel closed 2 years ago

VityaSchel commented 2 years ago

I have installed php 8 but there is a problem with psn-php requirements:

tustin/psn-php 3.0.0 requires php ^7.2 -> your php version (8.0.15) does not satisfy that requirement

There was no breaking changes in php 8, so I propose allowing php 8 version

Ragowit commented 2 years ago

This is fixed in an upcoming release (7ff5166a4fc4c8d128b57487f885d1ed1a2c6535).

Please note that the use of PHP 8.1 will give you warning messages, #194.