sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

Please change requirements for php8 #6739

Closed grekpg closed 3 years ago

grekpg commented 3 years ago

i change php to 8 everythink work , but composer update

Problem 1

VincentLanglet commented 3 years ago

Currently we can't.

SonataAdmin has a lot of dependencies, some of them doesn't support php8 currently. For instance SonataAdmin requires SonataBlock which require the sonata cache. So first the Sonata should support php8: https://github.com/sonata-project/cache/pull/165

hamza-grichi commented 1 year ago

Hello Today we can use sonata-project/admin-bundle with PHP 8.2?

Thanks ;)

jordisala1991 commented 1 year ago

Yes, you can, completely compatible, and tested on Github Actions.