Skip to content

Conversation

@rvalitov
Copy link
Contributor

@rvalitov rvalitov commented Apr 25, 2025

This pull request updates dependency version constraints in the composer.json file to improve compatibility with a wider range of library versions.

Fixes #87, fixes #89

Dependency updates:

  • Broadened the version constraints for symfony/cache to include ^6.0, ensuring compatibility with older versions alongside the latest ones. ([composer.jsonL22-R26](https://github.com/ipinfo/php/pull/88/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34L22-R26))
  • Broadened the version constraints for symfony/http-foundation to include ^6.0, improving compatibility with older versions. ([composer.jsonL22-R26](https://github.com/ipinfo/php/pull/88/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34L22-R26))
  • Expanded the supported versions of phpunit/phpunit to include ^9.0.0, ^11.0.0, and ^12.0.0, allowing for greater flexibility in development environments. ([composer.jsonL22-R26](https://github.com/ipinfo/php/pull/88/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34L22-R26))

@rvalitov
Copy link
Contributor Author

All tests fail automatically because of outdated action upload-artifact, see #86

@rvalitov rvalitov changed the title Add symfony/cache ^7.0 support Fixes PHP8.0 support, add symfony/cache ^7.0 support, phpunit 11,12 support May 10, 2025
@rvalitov rvalitov mentioned this pull request May 10, 2025
@max-ipinfo max-ipinfo merged commit b0ca0e7 into ipinfo:master May 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PHP 8.0 is not supported, PHP 8.1 is the minimum version required Please upgrade to latest version of symfony/cache (7.x)

2 participants