Tomasz Cyrankowski

Results 13 comments of Tomasz Cyrankowski

hey @odino, because nothing happened with orientdb-odm last few months I used mongo :(

My Entity Example class: ``` php namespace ConceptIt\SmartShopperBundle\Entity; use Doctrine\ODM\OrientDB\Mapper\Annotations as ODM; /** * @ODM\Document(class="Test") */ class Test { /** * @ODM\Property(name="@rid", type="string") */ protected $rid; /** * @ODM\Property(type="string") */...

Please try: ``` composer req php-http/guzzle6-adapter v1.1.1 ``` and then: ``` composer req foxrp/rippled-php ```