-
This depends on doctrine/lexer:~1 while by now v3 has been released.
`composer why-not doctrine/lexer ^2`
creof/wkt-parser 2.2.0 requires doctrine/lexer (~1.0)
Upgrading creof/doctrine2-spatia…
basz updated
3 months ago
-
**API Platform version(s) affected**: 3.x, 4.x
**Description**
HTTP Cache doesn't work with DTO using stateOptions, the current implementation in `PurgeHttpCacheListener` only searches for Doctr…
-
I tried to add this bundle to a sylius project(v.1.12.13) sf(6.4). According to composer its not possible because it's requirement is ^1.3 || ^2.0
and my project doctrine/persistence version is 3.…
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keyword…
-
**Describe the bug**
I use the latest nextcloud aio together with gestion 2.6.2 and get this error:
```php
SQLSTATE[42883]: Undefined function: 7 ERROR: operator does not exist: integer ~~ unknown …
-
### Bug Report
| Q | A
|-------------------------------------------- | ------
| Version | 3.9/4.2
#### Summa…
-
Hi,
Juste upgraded to 8.3 and the UNACCENT function throws an error :
```
Error:
Cannot use object of type Doctrine\Common\Lexer\Token as array
at vendor/martin-georgiev/postgresql-for-d…
-
given a doctrine repository which looks like this:
```php
/**
* @extends ServiceEntityRepository
*
* @method Version|null find($id, $lockMode = null, $lockVersion = null)
* @method Version…
-
**Sylius version affected**: v1.11.0-ALPHA.2
**Description**
The fallback locale can be null and this triggers the following error
```Doctrine\Common\Collections\ArrayCollection::get():` Argu…
-
## Description
A BINARY type does not seem to be supported in doctrine now.
If I bind the binary representation of the ID in a param I get an error from the ORM.
This is the parameter:
```ph…