Skip to content

Incompatible with neo4j-php/neo4j-php-client 3.4.0 #97

@orlandothoeny

Description

@orlandothoeny

Describe the bug
The Laudis\Neo4j\Common\TransactionHelper class was removed from the PHP client in version 3.4.0: neo4j-php/neo4j-php-client@3.3.0...3.4.0#diff-5d42ccb260c935054d7f2043c2ca1d8c1b3e5673e7f8ed1ae7f87620714ae052

SymfonySession::writeTransaction() uses this class

To Reproduce
Steps to reproduce the behavior:

  1. Call SessionInterface::writeTransaction()

Throws:

In SymfonySession.php line 79:
                                                                                     
  [Symfony\Component\ErrorHandler\Error\ClassNotFoundError]                          
  Attempted to load class "TransactionHelper" from namespace "Laudis\Neo4j\Common".  
  Did you forget a "use" statement for another namespace?

Expected behavior
No error.

Desktop:

  • Library version: 3.4.0
  • PHP version: 8.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions