-
#### PHP version
```
PHP 7.4.9 (cli) (built: Aug 7 2020 14:29:10) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.9, …
-
Greatings everyone,
My `composer.json`:
```json
{
"name": "ubuntu/fps-website",
"license": "proprietary",
"type": "project",
"autoload": {
"psr-4": {
"…
-
I did a a setup of your bundle following the documentation provided by the user interface:
```
composer require sentry/sentry-symfony
```
Then my project crash with the following error:
```…
-
## Feature Request
Im try to install this nice bundle to Symfony 4 but is not possible
sonata-project/admin-search-bundle 1.1.0 requires friendsofsymfony/elastica-bundle ^3.1
https://packagi…
-
### Environment
#### Sonata packages
show
```bash
composer show --latest 'sonata-project/*'
```
```
sonata-project/admin-bundle 3.83.0 3.88.0 The missing Symfony …
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle dev-master 0ea4ef9 dev-master 0ea4ef9 The missing Symfon…
-
```
sonata-project/admin-bundle 3.68.0 The missing Symfony Admin Generator
sonata-project/block-bundle 3.20.0 Symfony SonataBlockBundle
sonata-project/cache …
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle dev-master bf9bc88 dev-master bf9bc88 The missing Symfony …
-
## Subject
I was trying the master branch on SonataAdminBundle and SonataDoctrineORMAdminBundle to see how it goes with Symfony 5 and I faced two issues.
The first one is:
https://github.com/so…
-
## Feature Request
I very often use admin to generate CRUD for adminstrator. Write some configuration and all just work excelent. It is awsome!!! I have also project where CRUD is require in employ…