slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

incompatibilty with oxideshop starting from 6.5 version #115

Closed layerok closed 10 months ago

layerok commented 11 months ago

I found that your library is not compatible with oxideshop. Because the mentioned CMS(oxideshop), starting from version 6.5 is only compatible with doctrine/cache 2.2. And your library is compatible only with doctrine/cache ^1.0. Because of this I am kindly asking you to use symphony/cache instead of doctrine/cache. I know that doctrine/cache is required because of jms/serializer, but as of jms/serializer^3.13, doctrine/cache can be interchanged by the symphony/cache library.

layerok commented 11 months ago

or you can simple create the branch where symphony/cache is used instead of doctrine/cache. I really don't want to fork