-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 4.19.0 4.19.0 The missing Symfony Admin Generato…
-
Hey @jordisala1991 have you faced something like this when you are running composer update
```
PHP Fatal error: Declaration of Sonata\BlockBundle\Model\BaseBlock::setSetting(string $name, $value)…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.20.0 4…
-
### Environment
#### Sonata packages
show
```
sonata-project/admin-bundle 4.18.0 ! 4.21.0 The missing Symfony Admin Generator
sonata-project/block-bundle 4.16.2 …
-
There are still some project that do not have a stable version which supports sonata admin 4 or symfony 5/6.
This is an ordered list with all open steps for our main projects.
- [x] Next major: …
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 4.11.1 4.11.1 The missing Symfony Admin Generator
sonat…
-
### Environment
#### Sonata packages
show
```
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.19.0 4.19.0 The missing Symfony Admin Gener…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.22.0 4…
-
## Feature Request
* Create a fake Admin with all the options that this bundle support (one for each..)
* Test that admin with functional tests (display page + submit form trying some advanced fun…
-
## Feature Request
The id should not be part of the model classes. The outside world shouldn't know anything about the technical details. Depending on the user application, the id could be a string…