thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.33k stars 333 forks source link

php version is locked to 8.1, it causes issues with php upgrade to 8.2 or greater #515

Closed MdNadimHossain closed 8 months ago

MdNadimHossain commented 8 months ago

Bug Report

(Fill in the relevant information below to help triage your issue.)

Information Description
Version
PHP version
OS Platform

Summary

The php version for this package is locked to 8.1 and because of that it causes issues during higher php upgrade. In my drupal site, I am using a contrib module which has a dependency on this package. I have updated the platform to use php 8.2, but as this package requires php 8.1, the site only uses php 8.1.26 rather than 8.2

Standalone code, or other way to reproduce the problem

(Please complete the text below to help us fix the issue)

Expected result

There should be a new release to at least use the php 8.2

Actual result

(What is the current (buggy) behavior?)

Checks before submitting

nyamsprod commented 8 months ago

@MdNadimHossain thanks for using the library.

Please refers to the package README page to check which version you are using.

I strongly believe that is issue has nothing to do with the league/csv package but with a third party package which requires a specific version of this package, something we as maintainers of the package can do little about.

You should contact that third party package maintainer and ask for an update of their dependencies requirements.

For record the current version of league/csv is developped and tested against all version of PHP including and after PHP8.1.2