KnpLabs / knp-components

Various component pack, includes paginator
MIT License
749 stars 141 forks source link

compatibility with PHP 8.2 #318

Closed tdtc-hrb closed 1 year ago

tdtc-hrb commented 1 year ago

SF: 6.2.0 PHP: 8.2.0 use composer require knplabs/knp-paginator-bundle something went wrong, When I retried a second time it disappeared. . .

C:\Users\tdtc\Documents\veic-web_sf6>composer require knplabs/knp-paginator-bundle https://repo.packagist.org could not be fully loaded (curl error 35 while downloading https://repo.packagist.org/packages.json: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to repo.packagist.org:443 ), package information was loaded from the local cache and may be out of date Using version ^6.0 for knplabs/knp-paginator-bundle ./composer.json has been updated Running composer update knplabs/knp-paginator-bundle Loading composer repositories with package information Info from https://repo.packagist.org: #StandWithUkraine Updating dependencies Lock file operations: 1 install, 0 updates, 0 removals

Run composer recipes at any time to see the status of your Symfony recipes.

Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Installing dependencies from lock file (including require-dev) Nothing to install, update or remove Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead. Generating autoload files 109 packages you are using are looking for funding. Use the composer fund command to find out more!

Symfony operations: 1 recipe (931990b6d050d525f0c1101d3b9e0b06)

Some files have been created and/or updated to configure your new packages. Please review, edit and commit them: these files are yours.

No security vulnerability advisories found

No security vulnerability advisories found

garak commented 1 year ago

I really appreciate the effort in testing the latest version of PHP. Anyway, this is not the repository of the bundle, and moreover the bundle itself is compatible with PHP 8.2, as you can see in PR https://github.com/KnpLabs/KnpPaginatorBundle/pull/749