Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

old doctrine/lexer dependency #15

Open
basz opened this issue Sep 1, 2023 · 1 comment
Open

old doctrine/lexer dependency #15

basz opened this issue Sep 1, 2023 · 1 comment

Comments

@basz
Copy link

basz commented Sep 1, 2023

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-spatial isn't possible

composer why creof/wkt-parser
creof/doctrine2-spatial 1.2.0 requires creof/wkt-parser (~2.0)

This all blocks updating doctrine/orm;

doctrine/orm 2.16.2 requires doctrine/lexer ^2

Don't know if that is a lot of work or should i move away from using creof/doctrine2-spatial these days and these with something from a different package

What i'm using

                    'MBRCONTAINS' => CrEOF\Spatial\ORM\Query\AST\Functions\MySql\MBRContains::class,
                    'ST_INTERSECTS' => CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STIntersects::class,
                    'ST_MAKEENVELOPE' => CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STMakeEnvelope::class,
                    'ST_DISTANCE_SPHERE' => CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STDistanceSphere::class,
                    'ST_GEOMFROMTEXT' => CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STGeomFromText::class,
                    'ST_MakePoint' => CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STMakePoint::class,
                    'POINT' => CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STPoint::class,
@ricohumme
Copy link

Same story here, getting stuck on this. Can this be upgraded please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants