-
Doctrine Mongodb confihuration such as client.mongodb.xm, accestoken.mongodb.xml etc are not upto date with latest doctrine/mongodb-odm version
-
### Environment
Dev
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
Info from https://repo.packagist.org: #StandWithUkraine
name : gedmo/doctrine-…
-
I'm trying to get kokspflanze/zfc-twig & twig/twig working with PHP 8.3. I've managed to get composer update to resolve the dependencies while minimizing changes. I've run into a problem with updating…
-
Command: `composer require friendsofsymfony/oauth-server-bundle:dev-master`
Fails with
```
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In Ar…
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
| BC Break | no
#### Summary
As far as I can tell, this ODM doesn't yet suppor…
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keywords : Blamea…
-
At this time, me and some other folks from contributte are moving to Github Actions.
Take a look at [contributte/bootstrap](https://github.com/contributte/bootstrap/commit/e81d70ff23f8d63bb397a088a…
f3l1x updated
3 years ago
-
### Environment
Symfony 6.4
#### Package
stof_doctrine_extensions
show
```
$ composer show --latest gedmo/doctrine-extensions
# Put the result here.
```
name : gedmo/doctrine-…
-
I think I've found a strange behaviour, in this snippet psalm complains about a property not set in constructor when the concrete class extends an abstract class using a trait.
https://psalm.dev/r/…
-
I started by aliasing the document manager in `services_test.yaml` with this entry
```
test.document_manager: '@Doctrine\ODM\MongoDB\DocumentManager'
```
Then I replace it during the test
```
…