All notable changes to packagist-api
will be documented in this file
- @patinthehat made their first contribution in #20
- @GuySartorelli made their first contribution in #21
Full Changelog: https://github.com/spatie/packagist-api/compare/2.0.2...2.1.0
- add support for PHP 8 (#19)
- allow Guzzle 7
- Renamed
Packagist
class toPackagistClient
. - Changed the interface of the
PackagistClient
class to reflect the current state of the Packagist API - Moved url generation to a separate class.
- Moved vendor formatting to a separate class.
- Changed the meta data method to actually use the repository endpoint.
- Split up integration and unit tests
- add support for PHP 7.2
- Dropped support for anything below PHP 7.3
- throw error in find package name if string doesn't contain '/'
- add ability to search by both package and type
- add
findPackageByType
- throw an exception when passing an empty value to
getPackagesByVendor
- initial release