algolia / algoliasearch-client-php

⚡️ A fully-featured and blazing-fast PHP API client to interact with Algolia.
https://www.algolia.com/doc/api-client/php/getting-started/
MIT License
671 stars 116 forks source link

fix: pin log dependency #685

Closed DevinCodes closed 3 years ago

DevinCodes commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Failing CI on master
Need Doc update no

Describe your change

This pins the psr/log package when not using composer to v1.1.4 (the latest 1.x version). We need to do this because we used master before, but this introduced breaking changes (v3 of the package only supports newer PHP versions).