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

symfony 7 compatibility #8132

Closed stayeronglass closed 9 months ago

stayeronglass commented 9 months ago

./composer.json has been updated Running composer update sonata-project/admin-bundle Loading composer repositories with package information Restricting packages listed in "symfony/symfony" to "7.0.*" Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require sonata-project/admin-bundle:*" to figure out if any version is installable, or "composer require sonata-project/admin-bundle:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Symfony packages

Symfony


Version 7.0.0
Long-Term Support No
End of maintenance 07/2024 (in +244 days)
End of life 07/2024 (in +244 days)


Kernel


Type App\Kernel
Environment dev
Debug true
Charset UTF-8
Cache directory ./var/cache/dev (9.3 MiB)
Build directory ./var/cache/dev (9.3 MiB)
Log directory ./var/log (32 KiB)


PHP


Version 8.2.7 Architecture 64 bits Intl locale n/a Timezone Europe/Moscow (2023-11-30T21:15:16+03:00) OPcache false APCu false Xdebug false


PHP version


$ php -v
PHP 8.2.7 (cli) (built: Jun 19 2023 22:29:21) (NTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.7, Copyright (c) Zend Technologies
core23 commented 9 months ago

Please don't be that lazy. We have 3 open PRs and one of those is about symfony 7 support.