Skip to content

old doctrine/lexer dependency #15

Description

@basz

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions