slince / shopify-api-php

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

deprecated Inflector #81

Closed Katanji closed 4 years ago

Katanji commented 4 years ago

Laravel - 5.8 php - 7.3 shopify-api-php - 2.5

when i use tinker and do some requests, there shows many warnings like: PHP Deprecated: The "Doctrine/Common/Inflector/Inflector::pluralize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API. in .../vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php on line 261

shopify-api-php require : "doctrine/inflector": "^1.0"

maybe its time to "^2.0" )

slince commented 4 years ago

This issue has been fixed in 2.5.1